diff --git a/pre-post-sync/pre-sync-job.yaml b/pre-post-sync/pre-sync-job.yaml index 110ddeb..77635a4 100644 --- a/pre-post-sync/pre-sync-job.yaml +++ b/pre-post-sync/pre-sync-job.yaml @@ -9,8 +9,10 @@ spec: template: spec: containers: - - name: sleep - image: alpine:latest - command: ["sleep", "10"] + - name: endpoint-consumer + image: curlimages/curl + command: + - "curl" + - "localhost:34567" restartPolicy: Never - backoffLimit: 0 + backoffLimit: 2