Skip to content

Commit

Permalink
Merge dev to dev-to-eks
Browse files Browse the repository at this point in the history
  • Loading branch information
k8s-on-aws-manager-app[bot] authored Oct 2, 2024
2 parents ebce41e + 52aba23 commit 6de5ca6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cluster/manifests/ingress-controller/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# {{ $version := "v0.15.21" }}
# {{ $image := "container-registry.zalando.net/teapot/kube-ingress-aws-controller:v0.15.21" }}
# {{ $version := index (split $image ":") 1 }}

apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -34,7 +35,7 @@ spec:
serviceAccountName: kube-ingress-aws-controller
containers:
- name: controller
image: container-registry.zalando.net/teapot/kube-ingress-aws-controller:{{ $version }}
image: "{{ $image }}"
args:
- --target-access-mode=HostPort
- --stack-termination-protection
Expand Down

0 comments on commit 6de5ca6

Please sign in to comment.