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