Ingress: Disable resource constraints by default

This ps disables the resouce constraints upon the ingress controller
which was accently left on by default.

Change-Id: I573a4c52f727570aafcd4a1eb16c5c13131323a8
This commit is contained in:
Pete Birley 2017-08-26 15:10:46 -05:00
parent 774c34176d
commit fb8313e0aa

View File

@ -43,7 +43,7 @@ pod:
max_unavailable: 1
max_surge: 3
resources:
enabled: true
enabled: false
ingress:
requests:
memory: "128Mi"