From 95a313bf6c40fafac9c88a68543e0bf5b8033535 Mon Sep 17 00:00:00 2001 From: Mustafa Abdelrahman Date: Tue, 16 Jan 2024 15:17:02 +0100 Subject: [PATCH] Test saving target groups in cloudformation stack Signed-off-by: Mustafa Abdelrahman --- cluster/manifests/ingress-controller/deployment.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cluster/manifests/ingress-controller/deployment.yaml b/cluster/manifests/ingress-controller/deployment.yaml index 288a7bc696..3ca8ab5907 100644 --- a/cluster/manifests/ingress-controller/deployment.yaml +++ b/cluster/manifests/ingress-controller/deployment.yaml @@ -17,7 +17,8 @@ spec: metadata: labels: application: kube-ingress-aws-controller - version: "{{ $version }}" + # version: "{{ $version }}" + version: "pr-674-4" annotations: logging/destination: "{{ .Cluster.ConfigItems.log_destination_both }}" prometheus.io/path: /metrics @@ -32,7 +33,8 @@ spec: serviceAccountName: kube-ingress-aws-controller containers: - name: controller - image: container-registry.zalando.net/teapot/kube-ingress-aws-controller:{{ $version }} + # image: container-registry.zalando.net/teapot/kube-ingress-aws-controller:{{ $version }} + image: container-registry-test.zalando.net/teapot/kube-ingress-aws-controller:pr-674-3 args: - --target-access-mode=HostPort - --stack-termination-protection