Merge pull request #187 from zalando-incubator/fix-loadbalancer-config

Fix loadBalancerConfig
This commit is contained in:
zerg-junior 2017-12-18 17:53:21 +01:00 committed by GitHub
commit 60aaa78dfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,7 @@ spec:
zalando: zalando:
- superuser - superuser
- createdb - createdb
useLoadBalancer: true
allowedSourceRanges: #Load balancer source ranges allowedSourceRanges: #Load balancer source ranges
- 127.0.0.1/32 - 127.0.0.1/32
databases: databases:
@ -42,7 +43,6 @@ spec:
loop_wait: &loop_wait 10 loop_wait: &loop_wait 10
retry_timeout: 10 retry_timeout: 10
maximum_lag_on_failover: 33554432 maximum_lag_on_failover: 33554432
useLoadBalancer: true
maintenanceWindows: maintenanceWindows:
- 01:00-06:00 #UTC - 01:00-06:00 #UTC
- Sat:00:00-04:00 - Sat:00:00-04:00