Skip to content

Commit b6c5fd2

Browse files
committed
Let proxy.service.[ipFamilies|ipFamilyPolicy] affect the proxy-api Service also
1 parent 10b21e7 commit b6c5fd2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

jupyterhub/templates/proxy/service.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ spec:
1818
ports:
1919
- port: 8001
2020
targetPort: api
21+
{{- with .Values.proxy.service.ipFamilyPolicy }}
22+
ipFamilyPolicy: {{ . }}
23+
{{- end }}
24+
{{- with .Values.proxy.service.ipFamilies }}
25+
ipFamilies:
26+
{{- . | toYaml | nindent 4 }}
27+
{{- end }}
2128
---
2229
apiVersion: v1
2330
kind: Service

0 commit comments

Comments
 (0)