diff --git a/job-example/job.yaml b/job-example/job.yaml index 2755c1e..10d8422 100644 --- a/job-example/job.yaml +++ b/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