diff --git a/config/clusters/victor/cluster.yaml b/config/clusters/victor/cluster.yaml index 5ee56d5759..4a64b883f5 100644 --- a/config/clusters/victor/cluster.yaml +++ b/config/clusters/victor/cluster.yaml @@ -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 @@ -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 diff --git a/config/clusters/victor/prod.values.yaml b/config/clusters/victor/prod.values.yaml index f278cc3d27..bbce3fff00 100644 --- a/config/clusters/victor/prod.values.yaml +++ b/config/clusters/victor/prod.values.yaml @@ -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 diff --git a/config/clusters/victor/staging.values.yaml b/config/clusters/victor/staging.values.yaml index 3d4ad80f18..0223f9a378 100644 --- a/config/clusters/victor/staging.values.yaml +++ b/config/clusters/victor/staging.values.yaml @@ -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 diff --git a/config/clusters/victor/support.values.yaml b/config/clusters/victor/support.values.yaml index e3a50e2857..246a0e7f0e 100644 --- a/config/clusters/victor/support.values.yaml +++ b/config/clusters/victor/support.values.yaml @@ -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