diff --git a/kubernetes/apps/production/searxng/redis/redis.yaml b/kubernetes/apps/production/searxng/redis/redis.yaml index dc8fcf9..0e5c195 100644 --- a/kubernetes/apps/production/searxng/redis/redis.yaml +++ b/kubernetes/apps/production/searxng/redis/redis.yaml @@ -1,4 +1,3 @@ ---- apiVersion: v1 kind: Pod metadata: @@ -14,8 +13,8 @@ spec: mountPath: /data resources: limits: - memory: "96Mi" - cpu: "50m" + memory: "128Mi" + cpu: "100m" volumes: - name: redis-data persistentVolumeClaim: