Skip to content

Commit d768b75

Browse files
committed
Add pgview/pgui urls to deployment-service config
1 parent ed8fb62 commit d768b75

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

cluster/manifests/deployment-service/01-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,10 @@ data:
3131
cloudformation-update-source-branch-changes: "{{.Cluster.ConfigItems.deployment_service_cf_update_source_branch_changes}}"
3232
skip-mustache: "{{.Cluster.ConfigItems.deployment_service_skip_mustache_rendering}}"
3333
cleanup-namespace-prefix: "d-"
34+
{{- if eq .Cluster.Provider "zalando-eks" }}
35+
pgview-url: "https://pgview-{{.Cluster.Alias}}.{{.Cluster.AccountName}}.zalan.do"
36+
pgui-url: "https://pgui-{{.Cluster.Alias}}.{{.Cluster.AccountName}}.zalan.do"
37+
{{- else }}
38+
pgview-url: "https://pgview.{{.Cluster.AccountName}}.zalan.do"
39+
pgui-url: "https://pgui.{{.Cluster.AccountName}}.zalan.do"
40+
{{- end }}

0 commit comments

Comments
 (0)