diff --git a/legacy/helmcharts/redis-persistent/values.yaml b/legacy/helmcharts/redis-persistent/values.yaml index dc8cf8ec..178946fa 100644 --- a/legacy/helmcharts/redis-persistent/values.yaml +++ b/legacy/helmcharts/redis-persistent/values.yaml @@ -59,7 +59,7 @@ resources: # memory: 128Mi requests: cpu: 10m - memory: 10Mi + memory: 80Mi nodeSelector: {} diff --git a/legacy/helmcharts/redis/values.yaml b/legacy/helmcharts/redis/values.yaml index a5159d1f..17a23fea 100644 --- a/legacy/helmcharts/redis/values.yaml +++ b/legacy/helmcharts/redis/values.yaml @@ -55,7 +55,7 @@ resources: # memory: 128Mi requests: cpu: 10m - memory: 10Mi + memory: 80Mi nodeSelector: {} diff --git a/legacy/helmcharts/solr/values.yaml b/legacy/helmcharts/solr/values.yaml index aafd7121..3f7d58a3 100644 --- a/legacy/helmcharts/solr/values.yaml +++ b/legacy/helmcharts/solr/values.yaml @@ -38,7 +38,7 @@ resources: # memory: 128Mi requests: cpu: 10m - memory: 10Mi + memory: 500Mi nodeSelector: {}