Skip to content

Commit

Permalink
fix: add ingress-nginx AWS LBC annotations for IPv6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
joboon committed Feb 21, 2025
1 parent 4d739b7 commit 4a272af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roles/baseline/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ INGRESS_NGINX_AWS_LB_SUBNETS:
INGRESS_NGINX_IPV6_CONFIG:
controller:
service:
annotations:
service.beta.kubernetes.io/aws-load-balancer-nlb-target-type: "ip"
service.beta.kubernetes.io/aws-load-balancer-ip-address-type: "dualstack"
service.beta.kubernetes.io/aws-load-balancer-scheme: "internet-facing"
ipFamilies: ["IPv6"]

# Ingress-nginx - CVE-2021-25742 Mitigation
Expand Down

0 comments on commit 4a272af

Please sign in to comment.