mirror of
https://github.com/biersoeckli/QuickStack.git
synced 2026-02-10 21:49:19 -06:00
fix: reduce ttlSecondsAfterFinished from 30 days to 1 day for build jobs
This commit is contained in:
@@ -91,7 +91,7 @@ class BuildService {
|
||||
}
|
||||
},
|
||||
spec: {
|
||||
ttlSecondsAfterFinished: 2592000, // 30 days
|
||||
ttlSecondsAfterFinished: 86400, // 1 day
|
||||
template: {
|
||||
spec: {
|
||||
containers: [
|
||||
|
||||
Reference in New Issue
Block a user