Skip to content

Commit

Permalink
🚪 explicitly set nginx ipFamilies
Browse files Browse the repository at this point in the history
avoid kubernetes/ingress-nginx#11068
the chart implicitly assumes IPv4 only, even when RequireDualStack
  • Loading branch information
C0nsultant committed Dec 17, 2024
1 parent 41c9a5b commit ed34c72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flux/system/app-controllers/nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@ spec:
controller:
service:
ipFamilyPolicy: RequireDualStack
ipFamilies:
- IPv4
- IPv6
annotations:
metallb.io/allow-shared-ip: default

0 comments on commit ed34c72

Please sign in to comment.