a3caicedo
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|