From bcafb23c44ad78caad52a9db2a98f4a762ecd503 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Wed, 13 Sep 2023 02:37:32 +0200 Subject: [PATCH] fix(goharbor): Add missing resource definitions to redis --- apps/base/goharbor/redis.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/base/goharbor/redis.yaml b/apps/base/goharbor/redis.yaml index f0651cb1d..bf230842a 100644 --- a/apps/base/goharbor/redis.yaml +++ b/apps/base/goharbor/redis.yaml @@ -9,8 +9,10 @@ spec: resources: requests: cpu: 100m + memory: 128Mi limits: - memory: 100Mi + cpu: 200m + memory: 256Mi redis: replicas: 3 resources: -- GitLab