Skip to content

Commit

Permalink
Merge pull request 2i2c-org#4173 from yuvipanda/dn
Browse files Browse the repository at this point in the history
latam/plnc: Move to community provided domain
  • Loading branch information
yuvipanda authored May 31, 2024
2 parents b04b758 + 64708ab commit 54aacdb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 5 additions & 3 deletions config/clusters/catalystproject-latam/plnc.values.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
jupyterhub:
ingress:
hosts: [plnc.latam.catalystproject.2i2c.cloud]
# From https://2i2c.freshdesk.com/a/tickets/1591
hosts: [hub.pln.villena.cl]
tls:
- hosts: [plnc.latam.catalystproject.2i2c.cloud]
- hosts: [hub.pln.villena.cl]
secretName: https-auto-tls

custom:
homepage:
templateVars:
Expand All @@ -14,7 +16,7 @@ jupyterhub:
JupyterHub:
authenticator_class: github
GitHubOAuthenticator:
oauth_callback_url: https://plnc.latam.catalystproject.2i2c.cloud/hub/oauth_callback
oauth_callback_url: https://hub.pln.villena.cl/hub/oauth_callback
allowed_organizations:
- CatalystProject-Hubs:plnc
scope:
Expand Down
6 changes: 6 additions & 0 deletions config/clusters/catalystproject-latam/support.values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
prometheusIngressAuthSecret:
enabled: true

redirects:
rules:
# From https://2i2c.freshdesk.com/a/tickets/1591
- from: plnc.latam.catalystproject.2i2c.cloud
to: hub.pln.villena.cl

prometheus:
server:
ingress:
Expand Down

0 comments on commit 54aacdb

Please sign in to comment.