Skip to content
Snippets Groups Projects
Verified Commit 115bc415 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(nginx): Fix way to low memory requests and limits for nginx pods

This patch readjusts the memory limits, given that modsecurity and
friends are running, this is approriate to increase.
parent a4dc6665
No related merge requests found
...@@ -35,10 +35,10 @@ spec: ...@@ -35,10 +35,10 @@ spec:
minAvailable: 1 minAvailable: 1
resources: resources:
limits: limits:
memory: 90Mi memory: 800Mi
requests: requests:
cpu: 100m cpu: 100m
memory: 90Mi memory: 400Mi
service: service:
enabled: true enabled: true
enableHttp: true enableHttp: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment