fix(tower): bump backend memory limit 4Gi -> 8Gi (addon upload headroom)

This commit is contained in:
OdooSky v3
2026-05-07 14:48:15 +02:00
parent 687f4048cf
commit b40c26bada

View File

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