chart(admin-platform-v3): bump tower-backend memory 256Mi→1Gi (#362)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user