diff --git a/job-example/job.yaml b/job-example/job.yaml index a263d2e..6f90f85 100644 --- a/job-example/job.yaml +++ b/job-example/job.yaml @@ -10,6 +10,9 @@ spec: image: curlimages/curl command: - "curl" + - "-k" + - "-X" + - "GET" - "https://172.31.112.1:5001/swagger/index.html" restartPolicy: Never backoffLimit: 4