chart(admin-platform-v3): bump tower-backend memory 256Mi→1Gi (#362)
This commit is contained in:
@@ -17,10 +17,10 @@ backend:
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 50m
|
cpu: 50m
|
||||||
memory: 64Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: "1"
|
cpu: "1"
|
||||||
memory: 256Mi
|
memory: 1Gi
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
size: 1Gi
|
size: 1Gi
|
||||||
@@ -40,7 +40,7 @@ frontend:
|
|||||||
memory: 16Mi
|
memory: 16Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 250m
|
cpu: 250m
|
||||||
memory: 64Mi
|
memory: 128Mi
|
||||||
|
|
||||||
# Tower needs to talk to:
|
# Tower needs to talk to:
|
||||||
# - Gitea (create tenant repos, commit values.yaml)
|
# - Gitea (create tenant repos, commit values.yaml)
|
||||||
|
|||||||
Reference in New Issue
Block a user