Remove extra ports

This commit is contained in:
Micke Nordin 2024-01-16 13:55:39 +01:00
parent d33297bde1
commit b5d86f08f9
Signed by untrusted user: Micke
GPG key ID: F53C4CC83EDAB3BE
2 changed files with 0 additions and 7 deletions

View file

@ -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

View file

@ -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