diff --git a/job-example/job.yaml b/job-example/job.yaml index 9be5757..6f90f85 100644 --- a/job-example/job.yaml +++ b/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