Compare commits
No commits in common. "1200d7c46a144f4911e04d14a9d7ae4c12b0e00b" and "d81c8cd210951ac30f0846d910dde798bab7e0aa" have entirely different histories.
1200d7c46a
...
d81c8cd210
@ -16,9 +16,9 @@ resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
ephemeral-storage: 2Gi
|
||||
memory: 250Mi
|
||||
memory: 192Mi
|
||||
requests:
|
||||
cpu: 10m
|
||||
cpu: 100m
|
||||
ephemeral-storage: 50Mi
|
||||
memory: 128Mi
|
||||
persistence:
|
||||
|
@ -20,15 +20,15 @@ spec:
|
||||
backup:
|
||||
schedule: '@hourly-random'
|
||||
failedJobsHistoryLimit: 2
|
||||
successfulJobsHistoryLimit: 1
|
||||
successfulJobsHistoryLimit: 2
|
||||
# optional
|
||||
#promURL: https://prometheus-io-instance:8443
|
||||
check:
|
||||
schedule: '@daily-random'
|
||||
failedJobsHistoryLimit: 2
|
||||
successfulJobsHistoryLimit: 1
|
||||
# optional
|
||||
#promURL: https://prometheus-io-instance:8443
|
||||
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: 250Mi
|
||||
memory: 192Mi
|
||||
requests:
|
||||
cpu: 10m
|
||||
cpu: 100m
|
||||
ephemeral-storage: 50Mi
|
||||
memory: 128Mi
|
||||
|
||||
|
@ -13,14 +13,6 @@ 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