disable load balancers by default in examples (#715)

This commit is contained in:
Felix Kunde 2019-11-12 10:57:48 +01:00 committed by GitHub
parent 535517cd1b
commit de14323f8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -138,7 +138,7 @@ configLoadBalancer:
# keya: valuea # keya: valuea
# toggles service type load balancer pointing to the master pod of the cluster # toggles service type load balancer pointing to the master pod of the cluster
enable_master_load_balancer: true enable_master_load_balancer: false
# toggles service type load balancer pointing to the replica pod of the cluster # toggles service type load balancer pointing to the replica pod of the cluster
enable_replica_load_balancer: false enable_replica_load_balancer: false
# defines the DNS name string template for the master load balancer cluster # defines the DNS name string template for the master load balancer cluster

View File

@ -132,7 +132,7 @@ configLoadBalancer:
# custom_service_annotations: "keyx:valuez,keya:valuea" # custom_service_annotations: "keyx:valuez,keya:valuea"
# toggles service type load balancer pointing to the master pod of the cluster # toggles service type load balancer pointing to the master pod of the cluster
enable_master_load_balancer: "true" enable_master_load_balancer: "false"
# toggles service type load balancer pointing to the replica pod of the cluster # toggles service type load balancer pointing to the replica pod of the cluster
enable_replica_load_balancer: "false" enable_replica_load_balancer: "false"
# defines the DNS name string template for the master load balancer cluster # defines the DNS name string template for the master load balancer cluster

View File

@ -19,8 +19,8 @@ spec:
zalando: zalando:
- superuser - superuser
- createdb - createdb
enableMasterLoadBalancer: true enableMasterLoadBalancer: false
enableReplicaLoadBalancer: true enableReplicaLoadBalancer: false
allowedSourceRanges: # load balancers' source ranges for both master and replica services allowedSourceRanges: # load balancers' source ranges for both master and replica services
- 127.0.0.1/32 - 127.0.0.1/32
databases: databases:

View File

@ -22,7 +22,7 @@ data:
docker_image: registry.opensource.zalan.do/acid/spilo-11:1.6-p1 docker_image: registry.opensource.zalan.do/acid/spilo-11:1.6-p1
# enable_admin_role_for_users: "true" # enable_admin_role_for_users: "true"
# enable_database_access: "true" # enable_database_access: "true"
enable_master_load_balancer: "true" enable_master_load_balancer: "false"
# enable_pod_antiaffinity: "false" # enable_pod_antiaffinity: "false"
# enable_pod_disruption_budget: "true" # enable_pod_disruption_budget: "true"
enable_replica_load_balancer: "false" enable_replica_load_balancer: "false"