Skip to content

Commit e04a0ef

Browse files
authored
Merge pull request #9016 from zalando-incubator/shorten-deployment-status-service-url-2
Point to shorter deployment-status url [2/3]
2 parents 91323db + cd622b7 commit e04a0ef

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
@@ -21,7 +21,7 @@ data:
2121
oidc-subject-key: "{{.Cluster.LocalID}}.{{.Values.hosted_zone}}:sub"
2222
{{- end }}
2323
s3-bucket-name: "zalando-deployment-service-{{accountID .Cluster.InfrastructureAccount}}-{{.Cluster.LocalID}}"
24-
status-service-url: "https://deployment-status-svc-{{.Cluster.Alias}}.{{.Values.hosted_zone}}"
24+
status-service-url: "https://depl-status-{{.Cluster.Alias}}.{{.Values.hosted_zone}}"
2525
status-service-url-local: "http://deployment-status-service.ingress.cluster.local."
2626
deployment-role-arn: "arn:aws:iam::{{accountID .Cluster.InfrastructureAccount}}:role/{{.Cluster.LocalID}}-deployment-service-deployment"
2727
{{- if eq .Cluster.ConfigItems.deployment_service_ml_experiments_enabled "true"}}

0 commit comments

Comments
 (0)