Browse Source

DMS Migrations

pull/155/head
a.caicedo 3 years ago
parent
commit
674b404f4d
  1. 8
      job-example/job.yaml

8
job-example/job.yaml

@ -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…
Cancel
Save