Browse Source

Update job.yaml

Command adjusment
pull/155/head
a3caicedo 3 years ago
committed by GitHub
parent
commit
bd81f4ec73
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      job-example/job.yaml

7
job-example/job.yaml

@ -8,6 +8,11 @@ spec:
containers:
- name: dms-migrations
image: curlimages/curl
command: ["curl", "www.google.com"]
command:
- "curl"
- "-k"
- "-X"
- "GET"
- "https://172.31.112.1:5001/swagger/index.html"
restartPolicy: Never
backoffLimit: 4

Loading…
Cancel
Save