File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
cluster/manifests/deployment-service Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 15
15
oidc-subject-key : " {{.Cluster.LocalID}}.{{.Cluster.Alias}}.zalan.do:sub"
16
16
s3-bucket-name : " zalando-deployment-service-{{accountID .Cluster.InfrastructureAccount}}-{{.Cluster.LocalID}}"
17
17
status-service-url : " https://deployment-status-svc-{{.Cluster.Alias}}.{{.Values.hosted_zone}}"
18
+ status-service-url-local : " http://deployment-status-service.ingress.cluster.local."
18
19
deployment-role-arn : " arn:aws:iam::{{accountID .Cluster.InfrastructureAccount}}:role/{{.Cluster.LocalID}}-deployment-service-deployment"
19
20
{{- if eq .Cluster.ConfigItems.deployment_service_ml_experiments_enabled "true"}}
20
21
ml-experiment-deployment-role-arn : " arn:aws:iam::{{accountID .Cluster.InfrastructureAccount}}:role/{{.Cluster.LocalID}}-deployment-service-ml-experiment-deployment"
Original file line number Diff line number Diff line change 29
29
terminationGracePeriodSeconds : 300
30
30
containers :
31
31
- name : " deployment-service-controller"
32
- image : " container-registry.zalando.net/teapot/deployment-controller:master-229 "
32
+ image : " container-registry.zalando.net/teapot/deployment-controller:master-230 "
33
33
args :
34
34
- " --config-namespace=kube-system"
35
35
- " --decrypt-kms-alias-arn=arn:aws:kms:{{ .Cluster.Region }}:{{ .Cluster.InfrastructureAccount | getAWSAccountID }}:alias/deployment-secret"
Original file line number Diff line number Diff line change 1
- # {{ $image := "container-registry.zalando.net/teapot/deployment-status-service:master-229 " }}
1
+ # {{ $image := "container-registry.zalando.net/teapot/deployment-status-service:master-230 " }}
2
2
# {{ $version := index (split $image ":") 1 }}
3
3
4
4
apiVersion : apps/v1
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ metadata:
9
9
spec :
10
10
hosts :
11
11
- deployment-status-svc-{{ .Cluster.Alias }}.{{ .Values.hosted_zone }}
12
+ - deployment-status-service.ingress.cluster.local
12
13
backends :
13
14
- name : deployment-service-status-service
14
15
type : service
You can’t perform that action at this time.
0 commit comments