Remove extra ports
This commit is contained in:
parent
d33297bde1
commit
b5d86f08f9
|
@ -211,8 +211,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
|
||||||
|
|
|
@ -145,11 +145,6 @@ hub:
|
||||||
'command': [sys.executable, '/usr/local/etc/jupyterhub/refresh-token.py']
|
'command': [sys.executable, '/usr/local/etc/jupyterhub/refresh-token.py']
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
service:
|
|
||||||
extraPorts:
|
|
||||||
- name: refresh-token8082
|
|
||||||
port: 8082
|
|
||||||
targetPort: 8082
|
|
||||||
extraFiles:
|
extraFiles:
|
||||||
refresh-token.py:
|
refresh-token.py:
|
||||||
mountPath: /usr/local/etc/jupyterhub/refresh-token.py
|
mountPath: /usr/local/etc/jupyterhub/refresh-token.py
|
||||||
|
|
Loading…
Reference in a new issue