Skip to content

Commit d5f8a44

Browse files
authored
fix: actions cache (#1581)
1 parent 801c2de commit d5f8a44

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

kubernetes/apps/actions-runner/actions-cache/helmrelease.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ spec:
3535
repository: ghcr.io/falcondev-oss/github-actions-cache-server
3636
tag: 9.4.7@sha256:318a568e4eba358dbe5978338353a4101b527996a076746ba781a32c6ed19543
3737
env:
38-
API_BASE_URL: "http://actions-cache.actions-cache.svc.cluster.local:3000"
39-
STORAGE_FILESYSTEM_PATH: "/data/cache"
40-
DB_SQLITE_PATH: "/data/sqlite.db"
38+
API_BASE_URL: 'http://actions-cache.actions-cache.svc.cluster.local:3000'
39+
CACHE_CLEANUP_OLDER_THAN_DAYS: '30'
40+
STORAGE_FILESYSTEM_PATH: '/data/cache'
41+
DB_SQLITE_PATH: '/data/sqlite.db'
4142
service:
4243
main:
4344
ports:
@@ -47,5 +48,5 @@ spec:
4748
data:
4849
enabled: true
4950
storageClass: zfs
50-
size: 100Gi
51+
size: 200Gi
5152
accessMode: ReadWriteOnce

0 commit comments

Comments
 (0)