Skip to content

Commit

Permalink
Bump up nginx memory limit
Browse files Browse the repository at this point in the history
Was crashlooping on hetzner
  • Loading branch information
yuvipanda committed Jan 21, 2025
1 parent 7122515 commit 42764ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mybinder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ ingress-nginx:
memory: 150Mi
limits:
cpu: 800m
memory: 500Mi
memory: 1Gi
tolerations:
- key: "node.kubernetes.io/unschedulable"
operator: "Exists"
Expand Down

0 comments on commit 42764ea

Please sign in to comment.