fix(tower): revert backend memory limit 8Gi -> 4Gi (4Gi sufficient)

This commit is contained in:
OdooSky v3
2026-05-07 14:48:45 +02:00
parent b40c26bada
commit 364a78999e

View File

@@ -20,7 +20,7 @@ backend:
memory: 128Mi
limits:
cpu: "1"
memory: 8Gi
memory: 4Gi
persistence:
enabled: true
size: 1Gi