fix: Increase resource limits for Redis cache web interface container

This commit is contained in:
mik-tf
2025-11-04 14:02:32 -05:00
parent 5a29153a84
commit 7009f89f1d

View File

@@ -46,11 +46,11 @@ spec:
mountPath: /app
resources:
requests:
memory: "16Mi"
memory: "32Mi"
cpu: "50m"
limits:
memory: "32Mi"
cpu: "100m"
memory: "128Mi"
cpu: "200m"
volumes:
- name: web-interface
configMap: