Compare commits

..

2 Commits

Author SHA1 Message Date
Grant
1200d7c46a reduce job history limits 2025-03-24 21:19:31 -06:00
Grant
cbdf15d4b1 Rebalance requests and limits 2025-03-24 21:19:15 -06:00
4 changed files with 17 additions and 9 deletions

View File

@ -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:

View File

@ -20,15 +20,15 @@ spec:
backup: backup:
schedule: '@hourly-random' schedule: '@hourly-random'
failedJobsHistoryLimit: 2 failedJobsHistoryLimit: 2
successfulJobsHistoryLimit: 2 successfulJobsHistoryLimit: 1
# optional
#promURL: https://prometheus-io-instance:8443
check: check:
schedule: '@daily-random' schedule: '@daily-random'
# optional failedJobsHistoryLimit: 2
#promURL: https://prometheus-io-instance:8443 successfulJobsHistoryLimit: 1
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: 192Mi memory: 250Mi
requests: requests:
cpu: 100m cpu: 10m
ephemeral-storage: 50Mi ephemeral-storage: 50Mi
memory: 128Mi memory: 128Mi

View File

@ -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