Skip to content

Commit

Permalink
Merge pull request 2i2c-org#4642 from sgibson91/veda-url-update
Browse files Browse the repository at this point in the history
VEDA binder: update hub url to use openveda.cloud domain
  • Loading branch information
sgibson91 authored Aug 19, 2024
2 parents 614c61d + 0e07843 commit 53209fa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/clusters/nasa-veda/binder.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ userServiceAccount:
jupyterhub:
ingress:
hosts:
- hub.binder.nasa-veda.2i2c.cloud
- hub.binder.openveda.cloud
tls:
- hosts:
- hub.binder.nasa-veda.2i2c.cloud
- hub.binder.openveda.cloud
secretName: https-auto-tls
cull:
every: 300
Expand Down Expand Up @@ -109,7 +109,7 @@ binderhub-service:
2i2c/hub-name: "binder"
BinderHub:
base_url: /
hub_url: https://hub.binder.nasa-veda.2i2c.cloud
hub_url: https://hub.binder.openveda.cloud
badge_base_url: https://binder.openveda.cloud
auth_enabled: false
enable_api_only_mode: false
Expand All @@ -126,11 +126,11 @@ binderhub-service:
- name: JUPYTERHUB_CLIENT_ID
value: "service-binder"
- name: JUPYTERHUB_API_URL
value: "https://hub.binder.nasa-veda.2i2c.cloud/hub/api"
value: "https://hub.binder.openveda.cloud/hub/api"
# Without this, the redirect URL to /hub/api/... gets
# appended to binderhub's URL instead of the hub's
- name: JUPYTERHUB_BASE_URL
value: "https://hub.binder.nasa-veda.2i2c.cloud"
value: "https://hub.binder.openveda.cloud"
buildPodsRegistryCredentials:
server: https://quay.io
username: veda-binder+image_builder

0 comments on commit 53209fa

Please sign in to comment.