Skip to content
Snippets Groups Projects
Verified Commit 43ebab65 authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

Set resource limit on ingress-nginx

parent 0aa01318
Branches
No related tags found
No related merge requests found
Pipeline #38997 passed
...@@ -34,6 +34,9 @@ ingress-nginx: ...@@ -34,6 +34,9 @@ ingress-nginx:
requests: requests:
cpu: 100m cpu: 100m
memory: 90Mi memory: 90Mi
limits:
cpu: 2
memory: 2Gi
service: service:
enabled: true enabled: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment