Skip to content

Commit

Permalink
Merge pull request #4960 from consideRatio/pr/victor-domain
Browse files Browse the repository at this point in the history
victor: update to use community provided domain
  • Loading branch information
consideRatio authored Oct 8, 2024
2 parents 787fa73 + e970ef6 commit 9fae78c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
4 changes: 2 additions & 2 deletions config/clusters/victor/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ support:
hubs:
- name: staging
display_name: "Victor (staging)"
domain: staging.victor.2i2c.cloud
domain: staging.hub.victorproject.org
helm_chart: daskhub
helm_chart_values_files:
# The order in which you list files here is the order the will be passed
Expand All @@ -25,7 +25,7 @@ hubs:
- enc-staging.secret.values.yaml
- name: prod
display_name: "Victor"
domain: victor.2i2c.cloud
domain: hub.victorproject.org
helm_chart: daskhub
helm_chart_values_files:
# The order in which you list files here is the order the will be passed
Expand Down
6 changes: 3 additions & 3 deletions config/clusters/victor/prod.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ basehub:

jupyterhub:
ingress:
hosts: [victor.2i2c.cloud]
hosts: [hub.victorproject.org]
tls:
- hosts: [victor.2i2c.cloud]
- hosts: [hub.victorproject.org]
secretName: https-auto-tls
hub:
config:
GitHubOAuthenticator:
oauth_callback_url: https://victor.2i2c.cloud/hub/oauth_callback
oauth_callback_url: https://hub.victorproject.org/hub/oauth_callback
singleuser:
profileList:
# IMPORTANT: Staging and prod's profileList's are meant to be kept
Expand Down
6 changes: 3 additions & 3 deletions config/clusters/victor/staging.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ basehub:

jupyterhub:
ingress:
hosts: [staging.victor.2i2c.cloud]
hosts: [staging.hub.victorproject.org]
tls:
- hosts: [staging.victor.2i2c.cloud]
- hosts: [staging.hub.victorproject.org]
secretName: https-auto-tls
hub:
config:
GitHubOAuthenticator:
oauth_callback_url: https://staging.victor.2i2c.cloud/hub/oauth_callback
oauth_callback_url: https://staging.hub.victorproject.org/hub/oauth_callback
singleuser:
profileList:
# IMPORTANT: Staging and prod's profileList's are meant to be kept
Expand Down
7 changes: 7 additions & 0 deletions config/clusters/victor/support.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,10 @@ prometheus:
- secretName: prometheus-tls
hosts:
- prometheus.victor.2i2c.cloud

redirects:
rules:
- from: victor.2i2c.cloud
to: hub.victorproject.org
- from: staging.victor.2i2c.cloud
to: staging.hub.victorproject.org

0 comments on commit 9fae78c

Please sign in to comment.