Skip to content

Commit

Permalink
Merge pull request #2142 from minrk/gke-limit
Browse files Browse the repository at this point in the history
Reduce GKE capacity to 200
  • Loading branch information
minrk authored Mar 8, 2022
2 parents e773558 + c1d50fa commit c821fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ coreNodeSelector: &coreNodeSelector
binderhub:
config:
BinderHub:
pod_quota: 400
pod_quota: 200
build_node_selector: *userNodeSelector
hub_url: https://hub.gke2.mybinder.org
badge_base_url: https://mybinder.org
Expand Down

0 comments on commit c821fce

Please sign in to comment.