Skip to content

Commit

Permalink
Merge pull request 2i2c-org#4796 from GeorgianaElena/shared-pass-hub
Browse files Browse the repository at this point in the history
Change the domain of openscapes workshop hub
  • Loading branch information
GeorgianaElena authored Sep 12, 2024
2 parents 856ef6d + bc10139 commit 99e3eb5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/clusters/openscapes/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ hubs:
- prod.values.yaml
- enc-prod.secret.values.yaml
- name: workshop
display_name: "Openscapes Workshop"
domain: workshop.openscapes.2i2c.cloud
display_name: "Openscapes shared password hub"
domain: shared-password.openscapes.2i2c.cloud
helm_chart: daskhub
helm_chart_values_files:
- common.values.yaml
Expand Down
5 changes: 5 additions & 0 deletions config/clusters/openscapes/support.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,8 @@ grafana:
auth.github:
enabled: true
allowed_organizations: 2i2c-org NASA-Openscapes

redirects:
rules:
- from: workshop.openscapes.2i2c.cloud
to: shared-password.openscapes.2i2c.cloud
4 changes: 2 additions & 2 deletions config/clusters/openscapes/workshop.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ basehub:
homepage:
gitRepoBranch: "username-and-password-homepage"
ingress:
hosts: [workshop.openscapes.2i2c.cloud]
hosts: [shared-password.openscapes.2i2c.cloud]
tls:
- hosts: [workshop.openscapes.2i2c.cloud]
- hosts: [shared-password.openscapes.2i2c.cloud]
secretName: https-auto-tls
hub:
allowNamedServers: true
Expand Down

0 comments on commit 99e3eb5

Please sign in to comment.