mirror of
https://github.com/replicatedhq/ttl.sh.git
synced 2026-08-25 03:07:15 +00:00
move gc to a set time window
This commit is contained in:
@@ -25,6 +25,9 @@ docker_users:
|
||||
# Application deployment
|
||||
app_root: /opt/ttlsh
|
||||
|
||||
# UTC window during which Zot may start its daily garbage-collection sweep.
|
||||
zot_gc_time_window: "00:00-03:00"
|
||||
|
||||
# S3-compatible object storage backing the zot registry
|
||||
s3_bucket: "_in_doppler"
|
||||
s3_region: "_in_doppler"
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
"redirectBlobURL": true,
|
||||
"dedupe": false,
|
||||
"gc": true,
|
||||
"gcTimeWindow": "{{ zot_gc_time_window }}",
|
||||
"storageDriver": {
|
||||
"name": "s3",
|
||||
"rootdirectory": "{{ s3_root_directory }}",
|
||||
|
||||
Reference in New Issue
Block a user