Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion galera_sync_replication/pxc-node2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
limits:
cpu: 0.5
image: capttofu/percona_xtradb_cluster_5_6:latest
name: pxc-node1
name: pxc-node2
ports:
- containerPort: 3306
hostPort: 3306
Expand Down
2 changes: 1 addition & 1 deletion galera_sync_replication/pxc-node3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
limits:
cpu: 0.5
image: capttofu/percona_xtradb_cluster_5_6:latest
name: pxc-node1
name: pxc-node3
ports:
- containerPort: 3306
hostPort: 3306
Expand Down