Skip to content

Commit

Permalink
Support subdomain_host (CHP needs --host-routing)
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Oct 19, 2024
1 parent 7c7e8ff commit 80fc378
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jupyterhub/templates/proxy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ spec:
{{- if .Values.debug.enabled }}
- --log-level=debug
{{- end }}
{{- if .Values.hub.config.subdomain_host }}
- --host-routing
{{- end }}
{{- range .Values.proxy.chp.extraCommandLineFlags }}
- {{ tpl . $ }}
{{- end }}
Expand Down

0 comments on commit 80fc378

Please sign in to comment.