setting global flavor default to unlimited 05/68905/2
authorMandeep Khinda <mandeep.khinda@amdocs.com>
Tue, 25 Sep 2018 15:31:41 +0000 (15:31 +0000)
committerMandeep Khinda <mandeep.khinda@amdocs.com>
Tue, 25 Sep 2018 15:47:16 +0000 (15:47 +0000)
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 <mandeep.khinda@amdocs.com>
kubernetes/onap/values.yaml

index 9b56c7b..3ce3bcc 100644 (file)
@@ -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