Skip to content

Commit

Permalink
Test saving target groups in cloudformation stack
Browse files Browse the repository at this point in the history
Signed-off-by: Mustafa Abdelrahman <[email protected]>
  • Loading branch information
MustafaSaber committed Mar 5, 2024
1 parent fc9482a commit 17e6346
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cluster/manifests/ingress-controller/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 17e6346

Please sign in to comment.