Add hostAliases to values

This commit is contained in:
Micke Nordin 2024-01-18 15:04:28 +01:00
parent 0f5832fd90
commit 8c16f7aa30
Signed by untrusted user: Micke
GPG key ID: F53C4CC83EDAB3BE
2 changed files with 7 additions and 4 deletions

View file

@ -33,10 +33,9 @@ spec:
{{- . | toYaml | nindent 8 }}
{{- end }}
spec:
hostAliases:
- ip: "127.0.0.1"
hostnames:
- "hub"
{{- with .Values.hub.hostAliases }}
{{- . | toYaml | nindent 6 }}
{{- end }}
{{- if .Values.scheduling.podPriority.enabled }}
priorityClassName: {{ include "jupyterhub.priority.fullname" . }}
{{- end }}

View file

@ -258,6 +258,10 @@ hub:
if __name__ == '__main__':
main()
hostAliases:
- ip: "127.0.0.1"
hostnames:
- "hub"
networkPolicy:
ingress:
- ports: