Add pod state observability to minikube dashboard #83
1 changed files with 1 additions and 0 deletions
Add TTL to zim-watcher CronJob for automatic cleanup
Jobs created by the CronJob will now auto-delete 4 days after completion. This prevents zombie Jobs from accumulating when the CronJob spec changes (e.g., image updates), since ArgoCD only tracks the CronJob resource itself, not the Jobs it spawns. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
commit
4f2e49f219
|
|
@ -9,6 +9,7 @@ spec:
|
|||
concurrencyPolicy: Forbid
|
||||
jobTemplate:
|
||||
spec:
|
||||
ttlSecondsAfterFinished: 345600 # Auto-delete after 4 days
|
||||
template:
|
||||
spec:
|
||||
serviceAccountName: zim-watcher
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue