We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abebb3b commit ad59bcaCopy full SHA for ad59bca
charts/base-cluster/templates/ingress/traefik.yaml
@@ -52,6 +52,7 @@ spec:
52
{{- if .Values.ingress.IP }}
53
spec:
54
loadBalancerIP: {{ .Values.ingress.IP | quote }}
55
+ ipFamilyPolicy: PreferDualStack
56
{{- end }}
57
gatewayClass:
58
name: default
0 commit comments