Skip to content

Commit

Permalink
updating cc info (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf authored Nov 24, 2020
1 parent ea35bfb commit f0506d2
Showing 1 changed file with 20 additions and 63 deletions.
83 changes: 20 additions & 63 deletions hubs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,26 @@ clusters:
connection: google-oauth2
config:
jupyterhub:
singleuser:
memory:
limit: 6G
guarantee: 4G
networkPolicy:
# We want to enable outgoing ssh just for this hub, so we do that here.
# We can't *just* add port 22 here, since egress is a list not a dictionary
egress:
- ports:
- port: 53
protocol: UDP
- ports:
- port: 80
protocol: TCP
- ports:
- port: 443
protocol: TCP
- ports:
- port: 22
protocol: TCP
homepage:
templateVars:
org:
Expand All @@ -221,10 +241,6 @@ clusters:
funded_by:
name: CloudBank
url: http://cloudbank.org/
singleuser:
memory:
limit: 2G
guarantee: 2G
auth:
# Admin names need to be listed wtice here, unfortunately
# 'whitelist' will be removed by next jupyterhub release
Expand Down Expand Up @@ -495,62 +511,3 @@ clusters:
- ericvd@gmail.com
- jp@jamespercy.com
- colliand@gmail.com
- name: catalyst-cooperative
cluster: pilot
domain: catalyst-cooperative.pilot.2i2c.cloud
auth0:
connection: google-oauth2
config:
jupyterhub:
singleuser:
memory:
limit: 6G
guarantee: 4G
networkPolicy:
# We want to enable outgoing ssh just for this hub, so we do that here.
# We can't *just* add port 22 here, since egress is a list not a dictionary
egress:
- ports:
- port: 53
protocol: UDP
- ports:
- port: 80
protocol: TCP
- ports:
- port: 443
protocol: TCP
- ports:
- port: 22
protocol: TCP
homepage:
templateVars:
org:
name: Catalyst Cooperative
logo_url: https://catalyst.coop/files/2018/06/SimpleSquareWalking.png
url: https://catalyst.coop/
designed_by:
name: 2i2c
url: https://2i2c.org
operated_by:
name: CloudBank
url: http://cloudbank.org/
funded_by:
name: CloudBank
url: http://cloudbank.org/
auth:
# Admin names need to be listed wtice here, unfortunately
# 'whitelist' will be removed by next jupyterhub release
whitelist:
users:
- choldgraf@gmail.com
- yuvipanda@gmail.com
- zane.selvans@catalyst.coop
- cgosnell@catalyst.coop
- colliand@gmail.com
admin:
users:
- choldgraf@gmail.com
- yuvipanda@gmail.com
- zane.selvans@catalyst.coop
- cgosnell@catalyst.coop
- colliand@gmail.com

0 comments on commit f0506d2

Please sign in to comment.