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 77e9df6 commit aef71b2Copy full SHA for aef71b2
jupyterhub/templates/proxy/service.yaml
@@ -75,6 +75,15 @@ spec:
75
{{- with .Values.proxy.service.loadBalancerIP }}
76
loadBalancerIP: {{ . }}
77
{{- end }}
78
+ {{- with .Values.proxy.service.ipFamilyPolicy }}
79
+ ipFamilyPolicy: {{ . }}
80
+ {{- end }}
81
+ {{- with .Values.proxy.service.ipFamilies }}
82
+ ipFamilies:
83
+ {{- range $family := . }}
84
+ - {{ $family }}
85
86
87
{{- if eq .Values.proxy.service.type "LoadBalancer" }}
88
{{- with .Values.proxy.service.loadBalancerSourceRanges }}
89
loadBalancerSourceRanges:
0 commit comments