Skip to content

Commit 05839d7

Browse files
mike-materaconsideRatio
authored andcommitted
Enable setting ipFamiles and ipFamilyPolicy
1 parent 82891d3 commit 05839d7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

jupyterhub/templates/proxy/service.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,15 @@ spec:
7575
{{- with .Values.proxy.service.loadBalancerIP }}
7676
loadBalancerIP: {{ . }}
7777
{{- 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+
{{- end }}
86+
{{- end }}
7887
{{- if eq .Values.proxy.service.type "LoadBalancer" }}
7988
{{- with .Values.proxy.service.loadBalancerSourceRanges }}
8089
loadBalancerSourceRanges:

0 commit comments

Comments
 (0)