Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

Commit

Permalink
Use ingress objects in workshop hub
Browse files Browse the repository at this point in the history
Ref #2167
  • Loading branch information
yuvipanda committed Feb 6, 2021
1 parent f2250e8 commit 46dbbed
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
14 changes: 8 additions & 6 deletions deployments/workshop/config/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ jupyterhub:
userPlaceholder:
enabled: false

proxy:
# service:
# loadBalancerIP: 35.232.190.188
https:
hosts:
- workshop.datahub.berkeley.edu
ingress:
enabled: true
hosts:
- workshop-staging.datahub.berkeley.edu
tls:
- secretName: tls-cert
hosts:
- workshop-staging.datahub.berkeley.edu
hub:
db:
pvc:
Expand Down
14 changes: 8 additions & 6 deletions deployments/workshop/config/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ jupyterhub:
scheduling:
userScheduler:
replicas: 1
proxy:
# service:
# loadBalancerIP: 104.197.27.164
https:
hosts:
- workshop-staging.datahub.berkeley.edu
ingress:
enabled: true
hosts:
- workshop-staging.datahub.berkeley.edu
tls:
- secretName: tls-cert
hosts:
- workshop-staging.datahub.berkeley.edu

0 comments on commit 46dbbed

Please sign in to comment.