Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from 2i2c-org:master #561

Merged
merged 9 commits into from
Dec 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions config/clusters/nasa-veda/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,17 @@ support:
hubs:
- name: staging
display_name: "NASA VEDA (staging)"
domain: staging.veda.2i2c.cloud
domain: staging.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
- 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
Loading