diff --git a/apps/base/goharbor/redis.yaml b/apps/base/goharbor/redis.yaml
index f0651cb1d0a0483c89fa9da9ae9a0ad307da59f8..bf230842a2fdc074c82aa4236efdfa4068f4448c 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: