Skip to content

Commit

Permalink
chore: increase the TTL for GitOps jobs
Browse files Browse the repository at this point in the history
The 1 day TTL seems a tad excessive. Could 7 days be a default?
  • Loading branch information
gazal-k committed Mar 16, 2023
1 parent d65b9eb commit 6603e32
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion git-operator/job-azurekeyvault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
backoffLimit: 4
completions: 1
parallelism: 1
ttlSecondsAfterFinished: 86400
ttlSecondsAfterFinished: 604800 # 7 Days
template:
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion git-operator/job-gsm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
backoffLimit: 4
completions: 1
parallelism: 1
ttlSecondsAfterFinished: 86400
ttlSecondsAfterFinished: 604800 # 7 Days
template:
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion git-operator/job-vault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
backoffLimit: 4
completions: 1
parallelism: 1
ttlSecondsAfterFinished: 86400
ttlSecondsAfterFinished: 604800 # 7 Days
template:
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion git-operator/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
backoffLimit: 4
completions: 1
parallelism: 1
ttlSecondsAfterFinished: 86400
ttlSecondsAfterFinished: 604800 # 7 Days
template:
metadata:
labels:
Expand Down

0 comments on commit 6603e32

Please sign in to comment.