From 1d8464a9dd9e8799225f4bb337539ba760a03b04 Mon Sep 17 00:00:00 2001 From: a3caicedo Date: Wed, 24 Aug 2022 22:56:16 -0300 Subject: [PATCH] Change endpoint again. Fun Facts --- 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 2d41209..47ead85 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" - - "https://reqbin.com/echo" + - "https://api.aakhilv.me/fun/facts" restartPolicy: Never backoffLimit: 2