Compare commits

..

No commits in common. "8c16f7aa301fafbe1b6a623bbb7944802b2f1eb8" and "6ca387501116435ec56ee88de4e98b66481748d0" have entirely different histories.

2 changed files with 4 additions and 9 deletions

View file

@ -33,9 +33,10 @@ spec:
{{- . | toYaml | nindent 8 }}
{{- end }}
spec:
{{- with .Values.hub.hostAliases }}
{{- . | toYaml | nindent 6 }}
{{- end }}
hostAliases:
- ip: "127.0.0.1"
hostnames:
- "hub"
{{- if .Values.scheduling.podPriority.enabled }}
priorityClassName: {{ include "jupyterhub.priority.fullname" . }}
{{- end }}
@ -214,8 +215,6 @@ spec:
ports:
- name: http
containerPort: 8081
- name: refresh-token
containerPort: 8082
{{- if .Values.hub.livenessProbe.enabled }}
{{- /* NOTE:
We don't know how long hub database upgrades could take so having a

View file

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