diff --git a/kubernetes/apps/production/searxng/redis/redis.yaml b/kubernetes/apps/production/searxng/redis/redis.yaml index 60f565e..dc8fcf9 100644 --- a/kubernetes/apps/production/searxng/redis/redis.yaml +++ b/kubernetes/apps/production/searxng/redis/redis.yaml @@ -13,12 +13,9 @@ spec: - name: redis-data mountPath: /data resources: - requests: - memory: "64Mi" - cpu: "50m" limits: - memory: "256Mi" - cpu: "500m" + memory: "96Mi" + cpu: "50m" volumes: - name: redis-data persistentVolumeClaim: