fix(tower): bump backend memory limit 1Gi -> 4Gi (addon upload OOM)

This commit is contained in:
OdooSky v3
2026-05-07 14:13:38 +02:00
parent 3ca090b210
commit 1217f638b7

View File

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