Skip to content

Commit 166c9af

Browse files
authored
feat(base-cluster/traefik): Changed ipFamilyPolicy to DualStack (#1694)
ipFamilyPolicy for ipv6 Dual-Stack Ingress https://github.com/traefik/traefik-helm-chart/blob/master/traefik/values.yaml#L825C5-L825C19 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Traefik ingress will prefer dual‑stack networking (IPv4/IPv6) when a static external IP is configured, improving compatibility in mixed IP environments. * No changes for deployments that don't set a static load‑balancer IP. * **Refactor** * Ingress configuration now explicitly prefers dual‑stack when a static IP is present, yielding more predictable networking behavior across clusters. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 7b90d29 commit 166c9af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/base-cluster/templates/ingress/traefik.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ spec:
5252
{{- if .Values.ingress.IP }}
5353
spec:
5454
loadBalancerIP: {{ .Values.ingress.IP | quote }}
55+
ipFamilyPolicy: PreferDualStack
5556
{{- end }}
5657
gatewayClass:
5758
name: default

0 commit comments

Comments
 (0)