forked from 2i2c-org/infrastructure
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set proxy.https.hosts by default too
In some hubs, we currently just use a loadbalancer + autohttps to get traffic into the cluster. This is simpler than getting nginx-ingress + certmanager setup, although not entirely sure if that's the right thing to do long term. By putting the domains in proxy.https.hosts as well, we can decide to use or not use autohttps on a per-hub basis, without having to repeat the domains in multiple places. Staging and prod hubs that have the exact same config but differ in domains can be easily constructed thus.
- Loading branch information
Showing
3 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,6 +66,8 @@ jupyterhub: | |
hook: | ||
enabled: false | ||
proxy: | ||
https: | ||
enabled: false | ||
service: | ||
type: ClusterIP | ||
chp: | ||
|