long ttl for jobs to allow for explicit deletion
parent
e17e1a32f4
commit
764bf7cd83
|
|
@ -1556,6 +1556,7 @@ class KubernetesJobSpecFactory {
|
|||
};
|
||||
job.spec = {
|
||||
backoffLimit: 0,
|
||||
ttlSecondsAfterFinished: 300,
|
||||
template: {
|
||||
spec: {
|
||||
volumes: [
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -83,6 +83,7 @@ class KubernetesJobSpecFactory {
|
|||
};
|
||||
job.spec = {
|
||||
backoffLimit: 0,
|
||||
ttlSecondsAfterFinished: 300,
|
||||
template: {
|
||||
spec: {
|
||||
volumes: [
|
||||
|
|
|
|||
Loading…
Reference in New Issue