Skip to content

Commit ccf7f9e

Browse files
committed
chore: increase the TTL for GitOps jobs
The 1 day TTL seems a tad excessive. Could 7 days be a default?
1 parent 688cef7 commit ccf7f9e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

git-operator/job-azurekeyvault.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
backoffLimit: 4
99
completions: 1
1010
parallelism: 1
11-
ttlSecondsAfterFinished: 86400
11+
ttlSecondsAfterFinished: 604800 # 7 Days
1212
template:
1313
metadata:
1414
labels:

git-operator/job-gsm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
backoffLimit: 4
99
completions: 1
1010
parallelism: 1
11-
ttlSecondsAfterFinished: 86400
11+
ttlSecondsAfterFinished: 604800 # 7 Days
1212
template:
1313
metadata:
1414
labels:

git-operator/job-vault.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
backoffLimit: 4
99
completions: 1
1010
parallelism: 1
11-
ttlSecondsAfterFinished: 86400
11+
ttlSecondsAfterFinished: 604800 # 7 Days
1212
template:
1313
metadata:
1414
labels:

git-operator/job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
backoffLimit: 4
99
completions: 1
1010
parallelism: 1
11-
ttlSecondsAfterFinished: 86400
11+
ttlSecondsAfterFinished: 604800 # 7 Days
1212
template:
1313
metadata:
1414
labels:

0 commit comments

Comments
 (0)