diff options
author | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2018-09-25 15:31:41 +0000 |
---|---|---|
committer | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2018-09-25 15:47:16 +0000 |
commit | 32a9559270bee011d39e049133441ea93df4d025 (patch) | |
tree | fc8631de3f0d798fd9fd22219b5a997d40164d1d /kubernetes | |
parent | 5e3f36a4b1710c9c1accc41d2530795d5fb66496 (diff) |
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 <mandeep.khinda@amdocs.com>
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/onap/values.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |