diff --git a/helm-chart/binderhub/templates/deployment.yaml b/helm-chart/binderhub/templates/deployment.yaml index 09934155b..6a7a915fe 100644 --- a/helm-chart/binderhub/templates/deployment.yaml +++ b/helm-chart/binderhub/templates/deployment.yaml @@ -103,7 +103,7 @@ spec: name: binder livenessProbe: httpGet: - path: /about + path: {{ default "/" .Values.config.BinderHub.base_url }}about port: binder initialDelaySeconds: 10 periodSeconds: 5