Skip to content

Commit a36e764

Browse files
committed
Merge pull request #1 from accelazh/master
Empty the gcomm:// for pxc-node2 and pxc-node3
2 parents f7c2bc4 + 3facae1 commit a36e764

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

galera_sync_replication/pxc-node2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
- name: GALERA_CLUSTER
2929
value: "true"
3030
- name: WSREP_CLUSTER_ADDRESS
31-
value: gcomm://10.244.100.1
31+
value: gcomm://
3232
- name: WSREP_SST_USER
3333
value: sst
3434
- name: WSREP_SST_PASSWORD

galera_sync_replication/pxc-node3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
- name: GALERA_CLUSTER
2929
value: "true"
3030
- name: WSREP_CLUSTER_ADDRESS
31-
value: gcomm://10.100.152.192
31+
value: gcomm://
3232
- name: WSREP_SST_USER
3333
value: sst
3434
- name: WSREP_SST_PASSWORD

0 commit comments

Comments
 (0)