File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
postgres-operator/cluster/1 Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 41
41
Metrics : false
42
42
LSPVCTemplate : /config/pgo.lspvc-template.json
43
43
LoadTemplate : /config/pgo.load-template.json
44
- COImagePrefix : crunchydata
45
- COImageTag : centos7-2.6
44
+ COImagePrefix : kubeadm-master:5000/ crunchydata
45
+ COImageTag : centos7-2.6-rc2
Original file line number Diff line number Diff line change @@ -55,12 +55,12 @@ pcp_socket_dir = '/tmp'
55
55
backend_hostname0 = '{{.PG_PRIMARY_SERVICE_NAME}}'
56
56
backend_port0 = 5432
57
57
backend_weight0= 1
58
- backend_flag0= 'DISALLOW_TO_FAILOVER '
58
+ backend_flag0= 'ALLOW_TO_FAILOVER '
59
59
60
60
backend_hostname1 = '{{.PG_REPLICA_SERVICE_NAME}}'
61
61
backend_port1 = 5432
62
62
backend_weight1= 1
63
- backend_flag1= 'DISALLOW_TO_FAILOVER '
63
+ backend_flag1= 'ALLOW_TO_FAILOVER '
64
64
65
65
#backend_hostname0 = 'master'
66
66
# Host name or IP address to connect to for backend 0
You can’t perform that action at this time.
0 commit comments