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

View file

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