File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 53
53
spec :
54
54
loadBalancerIP : {{ .Values.ingress.IP | quote }}
55
55
{{- end }}
56
+ ipFamilyPolicy : {{ .Values.ingress.ipFamilyPolicy | quote }}
56
57
gatewayClass :
57
58
name : default
58
59
gateway :
Original file line number Diff line number Diff line change 1426
1426
"useProxyProtocol" : {
1427
1427
"type" : " boolean"
1428
1428
},
1429
+ "ipFamilyPolicy" : {
1430
+ "type" : " string" ,
1431
+ "enum" : [
1432
+ " SingleStack" ,
1433
+ " PreferDualStack" ,
1434
+ " RequireDualStack"
1435
+ ],
1436
+ "description" : " Loadbalancer ipFamilyPolicy to enable DualStack"
1437
+ },
1429
1438
"IP" : {
1430
1439
"type" : " string" ,
1431
1440
"pattern" : " ^((25[0-5]|(2[0-4]|1\\ d|[1-9]|)\\ d)\\ .?\\ b){4}$" ,
Original file line number Diff line number Diff line change @@ -439,6 +439,7 @@ ingress:
439
439
provider : traefik
440
440
allowNginxConfigurationSnippets : false
441
441
useProxyProtocol : true
442
+ ipFamilyPolicy : " PreferDualStack"
442
443
replicas : 2
443
444
resourcesPreset : nano
444
445
resources :
You can’t perform that action at this time.
0 commit comments