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:
cpu: 500m
ephemeral-storage: 2Gi
memory: 192Mi
memory: 250Mi
requests:
cpu: 100m
cpu: 10m
ephemeral-storage: 50Mi
memory: 128Mi
persistence:

View File

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

View File

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

View File

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