Skip to content

Commit 1491557

Browse files
authored
Merge pull request #9404 from hughcapet/pgui-pgview-url
Add pgview/pgui urls to deployment-service config
2 parents ea49b56 + 55cc28d commit 1491557

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
@@ -34,3 +34,10 @@ data:
3434
cloudformation-update-source-branch-changes: "{{.Cluster.ConfigItems.deployment_service_cf_update_source_branch_changes}}"
3535
skip-mustache: "{{.Cluster.ConfigItems.deployment_service_skip_mustache_rendering}}"
3636
cleanup-namespace-prefix: "d-"
37+
{{- if eq .Cluster.Provider "zalando-eks" }}
38+
pgview-url: "https://pgview-{{.Cluster.Alias}}.{{.Values.hosted_zone}}"
39+
pgui-url: "https://pgui-{{.Cluster.Alias}}.{{.Values.hosted_zone}}"
40+
{{- else }}
41+
pgview-url: "https://pgview.{{.Values.hosted_zone}}"
42+
pgui-url: "https://pgui.{{.Values.hosted_zone}}"
43+
{{- end }}

0 commit comments

Comments
 (0)