summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-09-16 08:09:16 +0000
committerGerrit Code Review <gerrit@onap.org>2020-09-16 08:09:16 +0000
commite9d90d8dfd2a28d5ff248172fb9b81df9de8f43d (patch)
treec502b989a382c70c571258a17aed53a4c231bbb6
parentdeb4620be2d246d4efcc627ec23d5cd3984437d1 (diff)
parent1074079e346f0932dc07d423f77b8d28e8bf697e (diff)
Merge "[Multicloud] Provide limits for storage pods"
-rw-r--r--kubernetes/multicloud/charts/multicloud-k8s/values.yaml19
1 files changed, 19 insertions, 0 deletions
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: