Skip to content

Commit

Permalink
carbonplan: tune requests/limits for hub/proxy pod
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Nov 5, 2023
1 parent 7f182e2 commit ae45c89
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/clusters/carbonplan/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,19 +170,19 @@ basehub:
chp:
resources:
requests:
cpu: 0.5
cpu: 100m
memory: 256Mi
limits:
cpu: 1
memory: 4Gi
memory: 512Mi
hub:
resources:
requests:
cpu: 0.5
memory: 256Mi
cpu: 100m
memory: 512Mi
limits:
cpu: 1
memory: 4Gi
memory: 1Gi
allowNamedServers: true
config:
JupyterHub:
Expand Down

0 comments on commit ae45c89

Please sign in to comment.