Rebalance requests and limits

This commit is contained in:
Grant 2025-03-24 21:19:15 -06:00
parent d81c8cd210
commit cbdf15d4b1
3 changed files with 12 additions and 4 deletions

View File

@ -16,9 +16,9 @@ resources:
limits:
cpu: 500m
ephemeral-storage: 2Gi
memory: 192Mi
memory: 250Mi
requests:
cpu: 100m
cpu: 10m
ephemeral-storage: 50Mi
memory: 128Mi
persistence:

View File

@ -16,9 +16,9 @@ resources:
limits:
cpu: 500m
ephemeral-storage: 2Gi
memory: 192Mi
memory: 250Mi
requests:
cpu: 100m
cpu: 10m
ephemeral-storage: 50Mi
memory: 128Mi

View File

@ -13,6 +13,14 @@ signingkey:
synapse:
strategy:
type: Recreate
resources:
requests:
cpu: 10m
memory: 160Mi
limits:
cpu: '1'
memory: 320Mi
config:
macaroonSecretKey: # set through cli args
registrationSharedSecret: # set through cli args