chart(admin-platform-v3): bump tower-backend memory 256Mi→1Gi (#362)

This commit is contained in:
2026-05-03 09:42:29 +00:00
parent 8e48efc625
commit f3dfd39b84

View File

@@ -17,10 +17,10 @@ backend:
resources:
requests:
cpu: 50m
memory: 64Mi
memory: 128Mi
limits:
cpu: "1"
memory: 256Mi
memory: 1Gi
persistence:
enabled: true
size: 1Gi
@@ -40,7 +40,7 @@ frontend:
memory: 16Mi
limits:
cpu: 250m
memory: 64Mi
memory: 128Mi
# Tower needs to talk to:
# - Gitea (create tenant repos, commit values.yaml)