From 7fb4bc1894b613d214e95a76f99afd9968e50092 Mon Sep 17 00:00:00 2001 From: a3caicedo Date: Wed, 24 Aug 2022 22:27:20 -0300 Subject: [PATCH] Change endpoint URL --- pre-post-sync/pre-sync-job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pre-post-sync/pre-sync-job.yaml b/pre-post-sync/pre-sync-job.yaml index 77635a4..2d41209 100644 --- a/pre-post-sync/pre-sync-job.yaml +++ b/pre-post-sync/pre-sync-job.yaml @@ -13,6 +13,6 @@ spec: image: curlimages/curl command: - "curl" - - "localhost:34567" + - "https://reqbin.com/echo" restartPolicy: Never backoffLimit: 2