From b16adaaceb2ece89c972232ffb1e625018729501 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Tue, 16 Jan 2024 13:14:08 +0100 Subject: [PATCH] Add token refresh port to helm chart --- 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 d6e1c63..2110654 100644 --- a/jupyter/base/charts/jupyterhub/templates/hub/deployment.yaml +++ b/jupyter/base/charts/jupyterhub/templates/hub/deployment.yaml @@ -211,6 +211,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