From 0f5832fd90aae7106d3c94e520d2191f3766fa0a Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Thu, 18 Jan 2024 15:03:13 +0100 Subject: [PATCH] Add port back --- jupyter/base/charts/jupyterhub/templates/hub/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jupyter/base/charts/jupyterhub/templates/hub/deployment.yaml b/jupyter/base/charts/jupyterhub/templates/hub/deployment.yaml index 576573f..359e981 100644 --- a/jupyter/base/charts/jupyterhub/templates/hub/deployment.yaml +++ b/jupyter/base/charts/jupyterhub/templates/hub/deployment.yaml @@ -215,6 +215,8 @@ 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