Compare commits

..

No commits in common. "1200d7c46a144f4911e04d14a9d7ae4c12b0e00b" and "d81c8cd210951ac30f0846d910dde798bab7e0aa" have entirely different histories.

4 changed files with 9 additions and 17 deletions

View File

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

View File

@ -20,15 +20,15 @@ spec:
backup: backup:
schedule: '@hourly-random' schedule: '@hourly-random'
failedJobsHistoryLimit: 2 failedJobsHistoryLimit: 2
successfulJobsHistoryLimit: 1 successfulJobsHistoryLimit: 2
# optional
#promURL: https://prometheus-io-instance:8443
check: check:
schedule: '@daily-random' schedule: '@daily-random'
failedJobsHistoryLimit: 2 # optional
successfulJobsHistoryLimit: 1 #promURL: https://prometheus-io-instance:8443
prune: prune:
schedule: '@weekly-random' schedule: '@weekly-random'
failedJobsHistoryLimit: 2
successfulJobsHistoryLimit: 1
retention: retention:
keepLast: 5 keepLast: 5
keep Daily: 14 keep Daily: 14

View File

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

View File

@ -13,14 +13,6 @@ 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