Skip to content

Commit 2c6db09

Browse files
authored
Merge pull request #3185 from yuvipanda/obj-4
Increase limits for nginx as well
2 parents 19e3853 + 73933f2 commit 2c6db09

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

mybinder/values.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -494,10 +494,11 @@ ingress-nginx:
494494
resources:
495495
requests:
496496
cpu: 100m
497-
memory: 150Mi
497+
memory: 512Mi
498498
limits:
499-
cpu: 800m
500-
memory: 1Gi
499+
# Increasing these because docker registry also goes through this now
500+
cpu: 2
501+
memory: 4Gi
501502
tolerations:
502503
- key: "node.kubernetes.io/unschedulable"
503504
operator: "Exists"

0 commit comments

Comments
 (0)