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 4141 Metrics : false
4242 LSPVCTemplate : /config/pgo.lspvc-template.json
4343 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'
5555backend_hostname0 = '{{.PG_PRIMARY_SERVICE_NAME}}'
5656backend_port0 = 5432
5757backend_weight0= 1
58- backend_flag0= 'DISALLOW_TO_FAILOVER '
58+ backend_flag0= 'ALLOW_TO_FAILOVER '
5959
6060backend_hostname1 = '{{.PG_REPLICA_SERVICE_NAME}}'
6161backend_port1 = 5432
6262backend_weight1= 1
63- backend_flag1= 'DISALLOW_TO_FAILOVER '
63+ backend_flag1= 'ALLOW_TO_FAILOVER '
6464
6565#backend_hostname0 = 'master'
6666 # Host name or IP address to connect to for backend 0
You can’t perform that action at this time.
0 commit comments