Skip to content

Commit 6839ce0

Browse files
author
Sergey Dudoladov
committed
Fix configuration of dns names
1 parent c2ca230 commit 6839ce0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

manifests/configmap.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ data:
1313
pod_role_label: spilo-role
1414
db_hosted_zone: db.example.com
1515
debug_logging: "true"
16-
dns_name_format: '{cluster}.{team}.staging.{hostedzone}'
16+
master_dns_name_format: '{cluster}.{team}.staging.{hostedzone}'
17+
replica_dns_name_format: '{cluster}-repl.{team}.staging.{hostedzone}'
1718
docker_image: registry.opensource.zalan.do/acid/demospilo-10:1.3-p3
1819
secret_name_template: '{username}.{cluster}.credentials'
1920
etcd_host: ""

0 commit comments

Comments
 (0)