Skip to content

Commit 7697c04

Browse files
Merge pull request #101 from eodcgmbh/jeg-tls
fix url reference in configmap
2 parents 455fb39 + 449f7b8 commit 7697c04

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

eodc/jupyter-enterprise-gateway/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: jupyter-enterprise-gateway
33
description: Jupyter enterprise gateway behind apisix
44
type: application
5-
version: 0.1.4
5+
version: 0.1.5
66
appVersion: "3.2.3"
77
maintainers:
88
- name: Christoph Reimer

eodc/jupyter-enterprise-gateway/templates/apisix-configmap.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)