Skip to content

Commit

Permalink
Enable setting ipFamiles and ipFamilyPolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-matera committed Aug 23, 2024
1 parent 77e9df6 commit aef71b2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions jupyterhub/templates/proxy/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,15 @@ spec:
{{- with .Values.proxy.service.loadBalancerIP }}
loadBalancerIP: {{ . }}
{{- end }}
{{- with .Values.proxy.service.ipFamilyPolicy }}
ipFamilyPolicy: {{ . }}
{{- end }}
{{- with .Values.proxy.service.ipFamilies }}
ipFamilies:
{{- range $family := . }}
- {{ $family }}
{{- end }}
{{- end }}
{{- if eq .Values.proxy.service.type "LoadBalancer" }}
{{- with .Values.proxy.service.loadBalancerSourceRanges }}
loadBalancerSourceRanges:
Expand Down

0 comments on commit aef71b2

Please sign in to comment.