Skip to content

Commit 73933f2

Browse files
committed
Increase limits for nginx as well
1 parent 8d8d2ae commit 73933f2

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)