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
Branches
Tags
No related merge requests found
......@@ -35,10 +35,10 @@ spec:
minAvailable: 1
resources:
limits:
memory: 90Mi
memory: 800Mi
requests:
cpu: 100m
memory: 90Mi
memory: 400Mi
service:
enabled: true
enableHttp: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment