mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-03-21 23:41:27 +00:00
Signed-off-by: Andrei Kvapil <kvapss@gmail.com> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Added configuration for Kubernetes builder environment - Introduced Talos imager configuration with version v1.8.4 - Implemented garbage collection policies for OCI worker storage management - **Chores** - Updated Makefile to streamline image building process - Added Kubernetes deployment templates for builder sandbox - **Infrastructure** - Created new configuration files for builder package - Enhanced build and deployment workflows <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
12 lines
291 B
TOML
12 lines
291 B
TOML
[worker.oci]
|
|
gc = true
|
|
gckeepstorage = 50000
|
|
|
|
[[worker.oci.gcpolicy]]
|
|
keepBytes = 10737418240
|
|
keepDuration = 604800
|
|
filters = [ "type==source.local", "type==exec.cachemount", "type==source.git.checkout"]
|
|
[[worker.oci.gcpolicy]]
|
|
all = true
|
|
keepBytes = 53687091200
|