Skip to content

Commit

Permalink
chore: update TTL in other jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Rudraksh Pareek <[email protected]>
  • Loading branch information
DelusionalOptimist committed Oct 24, 2024
1 parent 2294c46 commit be376cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions k8s-risk-assessment-job/templates/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ metadata:
name: k8s-risk-assessment-job
namespace: {{ .Release.Namespace }}
spec:
# keep the job for 2 hours after successful completion
ttlSecondsAfterFinished: 7200
template:
metadata:
labels:
Expand Down
2 changes: 2 additions & 0 deletions k8tls-job/templates/k8tls-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ metadata:
name: k8tls-job
namespace: {{ .Release.Namespace }}
spec:
# keep the job for 2 hours after successful completion
ttlSecondsAfterFinished: 7200
template:
metadata:
name: k8tls-job
Expand Down
2 changes: 2 additions & 0 deletions kiem-job/templates/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ metadata:
name: kiem-job
namespace: {{ .Release.Namespace }}
spec:
# keep the job for 2 hours after successful completion
ttlSecondsAfterFinished: 7200
template:
metadata:
labels:
Expand Down

0 comments on commit be376cc

Please sign in to comment.