1 changed files with 4 additions and 4 deletions
@ -1,13 +1,13 @@ |
|||
apiVersion: batch/v1 |
|||
kind: Job |
|||
metadata: |
|||
name: pi |
|||
name: dms-migrations |
|||
spec: |
|||
template: |
|||
spec: |
|||
containers: |
|||
- name: pi |
|||
image: perl:5.34.0 |
|||
command: ["perl", "-Mbignum=bpi", "-wle", "print bpi(2000)"] |
|||
- name: dms-migrations |
|||
image: curlimages/curl |
|||
command: ["curl", "www.google.com"] |
|||
restartPolicy: Never |
|||
backoffLimit: 4 |
|||
|
Loading…
Reference in new issue