Fix configuration of dns names
This commit is contained in:
parent
c2ca2307bc
commit
6839ce0170
|
|
@ -0,0 +1 @@
|
||||||
|
sdudoladov@ZALANDO-27726.14115:1520845919
|
||||||
|
|
@ -13,7 +13,8 @@ data:
|
||||||
pod_role_label: spilo-role
|
pod_role_label: spilo-role
|
||||||
db_hosted_zone: db.example.com
|
db_hosted_zone: db.example.com
|
||||||
debug_logging: "true"
|
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
|
docker_image: registry.opensource.zalan.do/acid/demospilo-10:1.3-p3
|
||||||
secret_name_template: '{username}.{cluster}.credentials'
|
secret_name_template: '{username}.{cluster}.credentials'
|
||||||
etcd_host: ""
|
etcd_host: ""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue