Skip to content

Commit

Permalink
Merge pull request #1023 from yuvipanda/utexas-bump-2
Browse files Browse the repository at this point in the history
Bump postgres resource limit for utexas
  • Loading branch information
yuvipanda authored Feb 23, 2022
2 parents 9c86a1c + dd9d339 commit aa580cb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions config/clusters/2i2c/utexas.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,11 @@ jupyterhub:
image: postgres:10
resources:
limits:
# Best effort only. No more than 1 CPU
memory: 512Mi
memory: 2Gi
cpu: 1.0
requests:
# If we don't set requests, k8s sets requests == limits!
memory: 64Mi
cpu: 0.01
memory: 1Gi
cpu: 0.25
env:
- name: POSTGRES_HOST_AUTH_METHOD
value: "trust"
Expand Down

0 comments on commit aa580cb

Please sign in to comment.