Compare commits
2 Commits
d81c8cd210
...
1200d7c46a
Author | SHA1 | Date | |
---|---|---|---|
![]() |
1200d7c46a | ||
![]() |
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:
|
||||
|
@ -20,15 +20,15 @@ spec:
|
||||
backup:
|
||||
schedule: '@hourly-random'
|
||||
failedJobsHistoryLimit: 2
|
||||
successfulJobsHistoryLimit: 2
|
||||
# optional
|
||||
#promURL: https://prometheus-io-instance:8443
|
||||
successfulJobsHistoryLimit: 1
|
||||
check:
|
||||
schedule: '@daily-random'
|
||||
# optional
|
||||
#promURL: https://prometheus-io-instance:8443
|
||||
failedJobsHistoryLimit: 2
|
||||
successfulJobsHistoryLimit: 1
|
||||
prune:
|
||||
schedule: '@weekly-random'
|
||||
failedJobsHistoryLimit: 2
|
||||
successfulJobsHistoryLimit: 1
|
||||
retention:
|
||||
keepLast: 5
|
||||
keep Daily: 14
|
||||
|
@ -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