Skip to content

Commit e3f36a2

Browse files
committed
Use local endpoint for deployment-controller to status-service
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
1 parent bdc5e8b commit e3f36a2

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ data:
1515
oidc-subject-key: "{{.Cluster.LocalID}}.{{.Cluster.Alias}}.zalan.do:sub"
1616
s3-bucket-name: "zalando-deployment-service-{{accountID .Cluster.InfrastructureAccount}}-{{.Cluster.LocalID}}"
1717
status-service-url: "https://deployment-status-svc-{{.Cluster.Alias}}.{{.Values.hosted_zone}}"
18+
status-service-url-local: "http://deployment-status-service.ingress.cluster.local."
1819
deployment-role-arn: "arn:aws:iam::{{accountID .Cluster.InfrastructureAccount}}:role/{{.Cluster.LocalID}}-deployment-service-deployment"
1920
{{- if eq .Cluster.ConfigItems.deployment_service_ml_experiments_enabled "true"}}
2021
ml-experiment-deployment-role-arn: "arn:aws:iam::{{accountID .Cluster.InfrastructureAccount}}:role/{{.Cluster.LocalID}}-deployment-service-ml-experiment-deployment"

cluster/manifests/deployment-service/controller-statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
terminationGracePeriodSeconds: 300
3030
containers:
3131
- 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"
3333
args:
3434
- "--config-namespace=kube-system"
3535
- "--decrypt-kms-alias-arn=arn:aws:kms:{{ .Cluster.Region }}:{{ .Cluster.InfrastructureAccount | getAWSAccountID }}:alias/deployment-secret"

cluster/manifests/deployment-service/status-service-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# {{ $image := "container-registry.zalando.net/teapot/deployment-status-service:master-229" }}
1+
# {{ $image := "container-registry.zalando.net/teapot/deployment-status-service:master-230" }}
22
# {{ $version := index (split $image ":") 1 }}
33

44
apiVersion: apps/v1

cluster/manifests/deployment-service/status-service-ingress.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ metadata:
99
spec:
1010
hosts:
1111
- deployment-status-svc-{{ .Cluster.Alias }}.{{ .Values.hosted_zone }}
12+
- deployment-status-service.ingress.cluster.local
1213
backends:
1314
- name: deployment-service-status-service
1415
type: service

0 commit comments

Comments
 (0)