fix resource limits
Some checks failed
Check Kubernetes YAMLs / scan (push) Failing after 17s

This commit is contained in:
Lee 2024-09-24 07:32:57 +01:00
parent 5b5dd72b6a
commit 954b80c508

@ -15,6 +15,9 @@ spec:
- name: redis-data
mountPath: /data
resources:
requests:
memory: "64Mi"
cpu: "50m"
limits:
memory: "256Mi"
cpu: "500m"