13 lines
209 B
YAML
13 lines
209 B
YAML
apiVersion: batch/v1
|
|
kind: Job
|
|
metadata:
|
|
name: failing-job
|
|
spec:
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: failing-job
|
|
image: failing_job
|
|
restartPolicy: Never
|
|
backoffLimit: 4
|