File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ configLoadBalancer:
138
138
# keya: valuea
139
139
140
140
# toggles service type load balancer pointing to the master pod of the cluster
141
- enable_master_load_balancer : true
141
+ enable_master_load_balancer : false
142
142
# toggles service type load balancer pointing to the replica pod of the cluster
143
143
enable_replica_load_balancer : false
144
144
# defines the DNS name string template for the master load balancer cluster
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ configLoadBalancer:
132
132
# custom_service_annotations: "keyx:valuez,keya:valuea"
133
133
134
134
# toggles service type load balancer pointing to the master pod of the cluster
135
- enable_master_load_balancer : " true "
135
+ enable_master_load_balancer : " false "
136
136
# toggles service type load balancer pointing to the replica pod of the cluster
137
137
enable_replica_load_balancer : " false"
138
138
# defines the DNS name string template for the master load balancer cluster
Original file line number Diff line number Diff line change 19
19
zalando :
20
20
- superuser
21
21
- createdb
22
- enableMasterLoadBalancer : true
23
- enableReplicaLoadBalancer : true
22
+ enableMasterLoadBalancer : false
23
+ enableReplicaLoadBalancer : false
24
24
allowedSourceRanges : # load balancers' source ranges for both master and replica services
25
25
- 127.0.0.1/32
26
26
databases :
Original file line number Diff line number Diff line change 22
22
docker_image : registry.opensource.zalan.do/acid/spilo-11:1.6-p1
23
23
# enable_admin_role_for_users: "true"
24
24
# enable_database_access: "true"
25
- enable_master_load_balancer : " true "
25
+ enable_master_load_balancer : " false "
26
26
# enable_pod_antiaffinity: "false"
27
27
# enable_pod_disruption_budget: "true"
28
28
enable_replica_load_balancer : " false"
You can’t perform that action at this time.
0 commit comments