Skip to content

Commit 80fc378

Browse files
committed
Support subdomain_host (CHP needs --host-routing)
1 parent 7c7e8ff commit 80fc378

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jupyterhub/templates/proxy/deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ spec:
100100
{{- if .Values.debug.enabled }}
101101
- --log-level=debug
102102
{{- end }}
103+
{{- if .Values.hub.config.subdomain_host }}
104+
- --host-routing
105+
{{- end }}
103106
{{- range .Values.proxy.chp.extraCommandLineFlags }}
104107
- {{ tpl . $ }}
105108
{{- end }}

0 commit comments

Comments
 (0)