From: Sylvain Desbureaux Date: Wed, 16 Sep 2020 08:09:16 +0000 (+0000) Subject: Merge "[Multicloud] Provide limits for storage pods" X-Git-Tag: 7.0.0~242 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e9d90d8dfd2a28d5ff248172fb9b81df9de8f43d;hp=deb4620be2d246d4efcc627ec23d5cd3984437d1;p=oom.git Merge "[Multicloud] Provide limits for storage pods" --- diff --git a/kubernetes/multicloud/charts/multicloud-k8s/values.yaml b/kubernetes/multicloud/charts/multicloud-k8s/values.yaml index 2cdbba77c0..b9fa617d94 100644 --- a/kubernetes/multicloud/charts/multicloud-k8s/values.yaml +++ b/kubernetes/multicloud/charts/multicloud-k8s/values.yaml @@ -73,6 +73,23 @@ mongo: mountSubPath: multicloud-k8s/mongo/data enabled: true disableNfsProvisioner: true + flavor: &storage_flavor large + resources: &storage_resources + small: + limits: + cpu: 100m + memory: 300Mi + requests: + cpu: 10m + memory: 75Mi + large: + limits: + cpu: 200m + memory: 1Gi + requests: + cpu: 50m + memory: 300Mi + unlimited: {} #etcd chart overrides for k8splugin etcd: @@ -82,6 +99,8 @@ etcd: persistence: mountSubPath: multicloud-k8s/etcd/data enabled: true + flavor: *storage_flavor + resources: *storage_resources # No persistence right now as we rely on Mongo to handle that persistence: