Skip to content

Commit

Permalink
Update examapi image and env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
xcompass committed Oct 9, 2024
1 parent 898b5a6 commit d1841a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions jupyterhub/templates/examapi/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ spec:
value: {{ .Values.examapi.courseCode }}
- name: DEBUG
value: {{ .Values.examapi.debug | quote }}
- name: JUPYTER_API_PORT
- name: WAITRESS_PORT
value: {{ .Values.examapi.apiPort | quote }}
- name: JUPYTER_API_HOST
- name: WAITRESS_HOST
value: {{ .Values.examapi.apiHost | quote }}
{{- with .Values.examapi.dataHome }}
- name: JNOTE_HOME
Expand Down
2 changes: 1 addition & 1 deletion jupyterhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ examapi:
enabled: true
image:
name: lthub/jupyterhub-api
tag: sha-bc8937e
tag: sha-90fbb68
pullPolicy:
pullSecrets: []
resources: {}
Expand Down

0 comments on commit d1841a9

Please sign in to comment.