Skip to content

Commit

Permalink
Merge pull request #3037 from yuvipanda/veda-url-change
Browse files Browse the repository at this point in the history
Move nasa-veda hub URL
  • Loading branch information
yuvipanda authored Dec 16, 2023
2 parents 4454050 + c5a37c6 commit 284761a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 21 deletions.
8 changes: 1 addition & 7 deletions config/clusters/nasa-veda/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,14 @@ hubs:
domain: staging.veda.2i2c.cloud
helm_chart: daskhub
helm_chart_values_files:
# The order in which you list files here is the order the will be passed
# to the helm upgrade command in, and that has meaning. Please check
# that you intend for these files to be applied in this order.
- common.values.yaml
- staging.values.yaml
- enc-staging.secret.values.yaml
- name: prod
display_name: "NASA VEDA (prod)"
domain: nasa-veda.2i2c.cloud
domain: hub.openveda.cloud
helm_chart: daskhub
helm_chart_values_files:
# The order in which you list files here is the order the will be passed
# to the helm upgrade command in, and that has meaning. Please check
# that you intend for these files to be applied in this order.
- common.values.yaml
- prod.values.yaml
- enc-prod.secret.values.yaml
6 changes: 3 additions & 3 deletions config/clusters/nasa-veda/prod.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ basehub:
eks.amazonaws.com/role-arn: arn:aws:iam::444055461661:role/nasa-veda-prod
jupyterhub:
ingress:
hosts: [nasa-veda.2i2c.cloud]
hosts: [hub.openveda.cloud]
tls:
- hosts: [nasa-veda.2i2c.cloud]
- hosts: [hub.openveda.cloud]
secretName: https-auto-tls
hub:
config:
GitHubOAuthenticator:
oauth_callback_url: https://nasa-veda.2i2c.cloud/hub/oauth_callback
oauth_callback_url: https://hub.openveda.cloud/hub/oauth_callback
6 changes: 3 additions & 3 deletions config/clusters/nasa-veda/staging.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ basehub:
eks.amazonaws.com/role-arn: arn:aws:iam::444055461661:role/nasa-veda-staging
jupyterhub:
ingress:
hosts: [staging.veda.2i2c.cloud]
hosts: [staging.hub.openveda.cloud]
tls:
- hosts: [staging.veda.2i2c.cloud]
- hosts: [staging.hub.openveda.cloud]
secretName: https-auto-tls
hub:
config:
GitHubOAuthenticator:
oauth_callback_url: https://staging.veda.2i2c.cloud/hub/oauth_callback
oauth_callback_url: https://staging.hub.openveda.cloud/hub/oauth_callback
17 changes: 9 additions & 8 deletions config/clusters/nasa-veda/support.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ grafana:
hosts:
- grafana.nasa-veda.2i2c.cloud

redirects:
rules:
# nasa-veda.2i2c.cloud was the old URL
# Moved due to https://github.com/2i2c-org/infrastructure/issues/3029
- from: nasa-veda.2i2c.cloud
to: hub.openveda.cloud
- from: staging.nasa-veda.2i2c.cloud
to: staging.hub.openveda.cloud

prometheus:
server:
ingress:
Expand All @@ -32,11 +41,3 @@ prometheus:
- secretName: prometheus-tls
hosts:
- prometheus.nasa-veda.2i2c.cloud

redirects:
rules:
# nasa-veda was previously used in the domain name, but domains including
# nasa that doesn't end in .gov can get blocked so the name was reduced to
# just veda, see https://github.com/2i2c-org/infrastructure/issues/3029
- from: staging.nasa-veda.2i2c.cloud
to: staging.veda.2i2c.cloud

0 comments on commit 284761a

Please sign in to comment.