Skip to content

Commit cd622b7

Browse files
committed
Point to shorter deployment-status url
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
1 parent 778a246 commit cd622b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ data:
1515
oidc-provider-arn: "arn:aws:iam::{{accountID .Cluster.InfrastructureAccount}}:oidc-provider/{{.Cluster.LocalID}}.{{.Values.hosted_zone}}"
1616
oidc-subject-key: "{{.Cluster.LocalID}}.{{.Values.hosted_zone}}:sub"
1717
s3-bucket-name: "zalando-deployment-service-{{accountID .Cluster.InfrastructureAccount}}-{{.Cluster.LocalID}}"
18-
status-service-url: "https://deployment-status-svc-{{.Cluster.Alias}}.{{.Values.hosted_zone}}"
18+
status-service-url: "https://depl-status-{{.Cluster.Alias}}.{{.Values.hosted_zone}}"
1919
status-service-url-local: "http://deployment-status-service.ingress.cluster.local."
2020
deployment-role-arn: "arn:aws:iam::{{accountID .Cluster.InfrastructureAccount}}:role/{{.Cluster.LocalID}}-deployment-service-deployment"
2121
{{- if eq .Cluster.ConfigItems.deployment_service_ml_experiments_enabled "true"}}

0 commit comments

Comments
 (0)