Skip to content

Commit

Permalink
Export more relevant env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed May 24, 2024
1 parent 1f24310 commit 3eb8acb
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion config/clusters/2i2c/binderhub-ui-demo.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ jupyterhub:
# FIXME: ref https://github.com/2i2c-org/binderhub-service/issues/57
# for something more readable and requiring less copy-pasting
url: http://binderhub-ui-demo-binderhub-service:8090
display: false
display: true
oauth_no_confirm: true
config:
BinderSpawnerMixin:
auth_enabled: true
Expand All @@ -87,6 +88,10 @@ binderhub-service:
enabled: true
ingress:
enabled: true
ingressClassName: nginx
annotations:
nginx.ingress.kubernetes.io/proxy-body-size: 256m
cert-manager.io/cluster-issuer: letsencrypt-prodc
hosts:
- binderhub-ui-demo.2i2c.cloud
tls:
Expand All @@ -99,6 +104,13 @@ binderhub-service:
secretKeyRef:
name: '{{ include "jupyterhub.hub.fullname" . }}'
key: hub.services.binder.apiToken
- name: JUPYTERHUB_CLIENT_ID
value: "service-binder"
- name: JUPYTERHUB_OAUTH_CALLBACK_URL
value: "/services/binder/oauth_callback"
- name: JUPYTERHUB_API_URL
value: "https://hub.binderhub-ui-demo.2i2c.cloud/hub/api/"

config:
BinderHub:
hub_url: https://hub.binderhub-ui-demo.2i2c.cloud
Expand Down

0 comments on commit 3eb8acb

Please sign in to comment.