Commit 74fea0a0 authored by Albert Salim's avatar Albert Salim

Change nginx-ingress-controller cpu request to 100m

parent fa35198b
......@@ -107,10 +107,10 @@ nginx-ingress:
replicaCount: 2
resources:
requests:
cpu: 50m
cpu: 100m
memory: 250M
limits:
cpu: 100m
cpu: 200m
memory: 500M
minAvailable: 1
service:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment