Browse Source

Update job.yaml

Windows IP
pull/155/head
a3caicedo 3 years ago
committed by GitHub
parent
commit
599ac34e5f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      job-example/job.yaml

2
job-example/job.yaml

@ -8,6 +8,6 @@ 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