From: Mandeep Khinda Date: Tue, 25 Sep 2018 15:31:41 +0000 (+0000) Subject: setting global flavor default to unlimited X-Git-Tag: 3.0.0-ONAP~258 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=32a9559270bee011d39e049133441ea93df4d025;p=oom.git setting global flavor default to unlimited the default of small is creating issues as the resource request numbers need to be better tuned. setting to unlimited brings us back to where the containers are allowed to request whatever they want and grow unbounded (the downside is that this may allow for the containers to starve your K8s cluster!) Issue-ID: OOM-1145 Change-Id: I123131bdfbd154cf02cfa9fa7d96597844e346ab Signed-off-by: Mandeep Khinda --- diff --git a/kubernetes/onap/values.yaml b/kubernetes/onap/values.yaml index 9b56c7ba11..3ce3bcc12d 100644 --- a/kubernetes/onap/values.yaml +++ b/kubernetes/onap/values.yaml @@ -50,6 +50,9 @@ global: # flag to enable debugging - application support required debugEnabled: false + # override default resource limit flavor for all charts + flavor: unlimited + # Repository for creation of nexus3.onap.org secret repository: nexus3.onap.org:10001