Merge pull request #266 from zalando-incubator/fix-replica-dns-names
Fix configuration of dns names
This commit is contained in:
		
						commit
						6789f3740c
					
				|  | @ -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: "" | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue