Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/setup-deploy/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ runs:

# This action use the github official cache mechanism internally
- name: Install sops
uses: mdgreenwald/mozilla-sops-action@v1.5.0
uses: mdgreenwald/mozilla-sops-action@v1.6.0

# Install pre-requisite for "gcloud container clusters get-credentials"
# command with a modern k8s client.
Expand Down
7 changes: 7 additions & 0 deletions config/clusters/cloudbank/ccsf.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@ jupyterhub:
# https://2i2c.freshdesk.com/a/tickets/567
guarantee: 384M
limit: 1.5G
image:
repository: "your-registry/your-image"
tag: "latest"
custom:
singleuserAdmin:
image:
repository: "your-registry/your-image"
tag: "latest"
2i2c:
add_staff_user_ids_to_admin_users: true
add_staff_user_ids_of_type: "google"
Expand Down
2 changes: 1 addition & 1 deletion config/clusters/cloudbank/elcamino.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jupyterhub:

singleuser:
memory:
limit: 2G
limit: 3G
guarantee: 2G
hub:
config:
Expand Down