Rebalance requests and limits
This commit is contained in:
parent
d81c8cd210
commit
cbdf15d4b1
@ -16,9 +16,9 @@ resources:
|
|||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 500m
|
||||||
ephemeral-storage: 2Gi
|
ephemeral-storage: 2Gi
|
||||||
memory: 192Mi
|
memory: 250Mi
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 10m
|
||||||
ephemeral-storage: 50Mi
|
ephemeral-storage: 50Mi
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
persistence:
|
persistence:
|
||||||
|
@ -16,9 +16,9 @@ resources:
|
|||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 500m
|
||||||
ephemeral-storage: 2Gi
|
ephemeral-storage: 2Gi
|
||||||
memory: 192Mi
|
memory: 250Mi
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 10m
|
||||||
ephemeral-storage: 50Mi
|
ephemeral-storage: 50Mi
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
|
|
||||||
|
@ -13,6 +13,14 @@ signingkey:
|
|||||||
synapse:
|
synapse:
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 10m
|
||||||
|
memory: 160Mi
|
||||||
|
limits:
|
||||||
|
cpu: '1'
|
||||||
|
memory: 320Mi
|
||||||
|
|
||||||
config:
|
config:
|
||||||
macaroonSecretKey: # set through cli args
|
macaroonSecretKey: # set through cli args
|
||||||
registrationSharedSecret: # set through cli args
|
registrationSharedSecret: # set through cli args
|
||||||
|
Loading…
x
Reference in New Issue
Block a user