Merge pull request #266 from zalando-incubator/fix-replica-dns-names

Fix configuration of dns names
This commit is contained in:
zerg-junior 2018-03-13 12:48:06 +01:00 committed by GitHub
commit 6789f3740c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ data:
pod_role_label: spilo-role
db_hosted_zone: db.example.com
debug_logging: "true"
dns_name_format: '{cluster}.{team}.staging.{hostedzone}'
master_dns_name_format: '{cluster}.{team}.staging.{hostedzone}'
replica_dns_name_format: '{cluster}-repl.{team}.staging.{hostedzone}'
docker_image: registry.opensource.zalan.do/acid/demospilo-10:1.3-p3
secret_name_template: '{username}.{cluster}.credentials'
etcd_host: ""