Skip to content

Commit

Permalink
Merge pull request #3185 from yuvipanda/obj-4
Browse files Browse the repository at this point in the history
Increase limits for nginx as well
  • Loading branch information
yuvipanda authored Jan 22, 2025
2 parents 19e3853 + 73933f2 commit 2c6db09
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions mybinder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -494,10 +494,11 @@ ingress-nginx:
resources:
requests:
cpu: 100m
memory: 150Mi
memory: 512Mi
limits:
cpu: 800m
memory: 1Gi
# Increasing these because docker registry also goes through this now
cpu: 2
memory: 4Gi
tolerations:
- key: "node.kubernetes.io/unschedulable"
operator: "Exists"
Expand Down

0 comments on commit 2c6db09

Please sign in to comment.