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

Commit

Permalink
Switch cs194 to using ingress
Browse files Browse the repository at this point in the history
Ref #2167
  • Loading branch information
yuvipanda committed Feb 19, 2021
1 parent 1097be3 commit 1c9fa5b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions deployments/cs194/config/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ jupyterhub-ssh:
hubUrl: https://cs194.datahub.berkeley.edu

jupyterhub:
proxy:
service:
type: LoadBalancer
loadBalancerIP: 35.193.57.206
https:
hosts:
- cs194.datahub.berkeley.edu
ingress:
enabled: true
hosts:
- cs194.datahub.berkeley.edu
tls:
- secretName: tls-cert
hosts:
- cs194.datahub.berkeley.edu
auth:
custom:
config:
Expand Down

0 comments on commit 1c9fa5b

Please sign in to comment.