Rebalance requests and limits
This commit is contained in:
parent
d81c8cd210
commit
cbdf15d4b1
@ -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:
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user