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