Add hostAliases to values
This commit is contained in:
parent
0f5832fd90
commit
8c16f7aa30
|
@ -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 }}
|
||||
|
|
|
@ -258,6 +258,10 @@ hub:
|
|||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
hostAliases:
|
||||
- ip: "127.0.0.1"
|
||||
hostnames:
|
||||
- "hub"
|
||||
networkPolicy:
|
||||
ingress:
|
||||
- ports:
|
||||
|
|
Loading…
Reference in a new issue