Skip to content

Commit

Permalink
Merge pull request #9034 from zalando-incubator/dev-to-eks
Browse files Browse the repository at this point in the history
dev to eks
  • Loading branch information
mikkeloscar authored Mar 5, 2025
2 parents 6417c00 + 1404dd7 commit 67f7cda
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
terminationGracePeriodSeconds: 300
containers:
- name: "deployment-service-controller"
image: "container-registry.zalando.net/teapot/deployment-controller:master-237"
image: "container-registry.zalando.net/teapot/deployment-controller:master-238"
args:
- "--config-namespace=kube-system"
- "--decrypt-kms-alias-arn=arn:aws:kms:{{ .Cluster.Region }}:{{ .Cluster.InfrastructureAccount | getAWSAccountID }}:alias/deployment-secret"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# {{ $image := "container-registry.zalando.net/teapot/deployment-status-service:master-237" }}
# {{ $image := "container-registry.zalando.net/teapot/deployment-status-service:master-238" }}
# {{ $version := index (split $image ":") 1 }}

apiVersion: apps/v1
Expand Down
1 change: 0 additions & 1 deletion cluster/manifests/skipper/routegroup-probe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ spec:
defaultBackends:
- backendName: simulation
hosts:
- cluster-health.{{ .Values.hosted_zone }}
- cluster-health-{{ .Cluster.Alias }}.{{ .Values.hosted_zone }}
routes:
- pathSubtree: /
Expand Down

0 comments on commit 67f7cda

Please sign in to comment.