File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
eodc/jupyter-enterprise-gateway Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : jupyter-enterprise-gateway
33description : Jupyter enterprise gateway behind apisix
44type : application
5- version : 0.1.4
5+ version : 0.1.5
66appVersion : " 3.2.3"
77maintainers :
88 - name : Christoph Reimer
Original file line number Diff line number Diff line change @@ -155,14 +155,14 @@ data:
155155 -
156156 uri: /*
157157 name: dedl-kernels
158- host: {{ .Values.domainname.public }}
158+ host: {{ .Values.domainname.public.url }}
159159 enable_websocket: true
160160 upstream_id: 2
161161 plugin_config_id: 4
162162 -
163163 uri: /api/kernels
164164 name: dedl-kernels-quota
165- host: {{ .Values.domainname.public }}
165+ host: {{ .Values.domainname.public.url }}
166166 enable_websocket: true
167167 upstream_id: 2
168168 plugin_config_id: 5
@@ -171,7 +171,7 @@ data:
171171 -
172172 uri: /*
173173 name: dedl-kernels-jupyterhub
174- host: {{ .Values.domainname.jupyterhub }}
174+ host: {{ .Values.domainname.jupyterhub.url }}
175175 enable_websocket: true
176176 upstream_id: 2
177177 plugins:
You can’t perform that action at this time.
0 commit comments