From bd81f4ec73875617bbd612c2fc26b64be514fee6 Mon Sep 17 00:00:00 2001 From: a3caicedo <63386734+a3caicedo@users.noreply.github.com> Date: Wed, 19 Oct 2022 13:17:04 -0300 Subject: [PATCH] Update job.yaml Command adjusment --- job-example/job.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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