Skip to content

Commit

Permalink
chore(STONEINTG-1090) updated snapshot GC quantity and frequency
Browse files Browse the repository at this point in the history
* Increased runs of Snapshot garbage collector to 4 times daily
* Adjusted snapshot limits accordingly

Signed-off-by: Pat O'Connor <[email protected]>
  • Loading branch information
chipspeak committed Nov 21, 2024
1 parent 3330c2d commit 987da6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/snapshotgc/snapshotgc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: CronJob
metadata:
name: snapshot-garbage-collector
spec:
schedule: "0 5 * * *" # every day at 5AM UTC
schedule: "0 */4 * * *" # on the hour every 4 hours daily
jobTemplate:
spec:
template:
Expand All @@ -15,8 +15,8 @@ spec:
command:
- /snapshotgc
- --zap-log-level=debug
- --pr-snapshots-to-keep=100
- --non-pr-snapshots-to-keep=700
- --pr-snapshots-to-keep=70
- --non-pr-snapshots-to-keep=600
imagePullPolicy: Always
resources:
requests:
Expand Down

0 comments on commit 987da6f

Please sign in to comment.