From 977a73e9e0df8767401aa18642a6c38f44ae9a98 Mon Sep 17 00:00:00 2001 From: Yi Jing Date: Thu, 12 Oct 2023 15:16:57 +0800 Subject: [PATCH] reduce request settings for operator containers --- charts/redis-operator/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/redis-operator/values.yaml b/charts/redis-operator/values.yaml index fd9e81f..cb80cf2 100644 --- a/charts/redis-operator/values.yaml +++ b/charts/redis-operator/values.yaml @@ -26,8 +26,8 @@ resources: cpu: 500m memory: 500Mi requests: - cpu: 500m - memory: 500Mi + cpu: 200m + memory: 300Mi replicas: 1