Skip to content

Commit 60aaa78

Browse files
authored
Merge pull request zalando#187 from zalando-incubator/fix-loadbalancer-config
Fix loadBalancerConfig
2 parents a8e1c00 + c1b3ce8 commit 60aaa78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/complete-postgres-manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ spec:
1212
zalando:
1313
- superuser
1414
- createdb
15+
useLoadBalancer: true
1516
allowedSourceRanges: #Load balancer source ranges
1617
- 127.0.0.1/32
1718
databases:
@@ -42,7 +43,6 @@ spec:
4243
loop_wait: &loop_wait 10
4344
retry_timeout: 10
4445
maximum_lag_on_failover: 33554432
45-
useLoadBalancer: true
4646
maintenanceWindows:
4747
- 01:00-06:00 #UTC
4848
- Sat:00:00-04:00

0 commit comments

Comments
 (0)