diff --git a/kubernetes/gke-utility/argocd/clusters.yaml b/kubernetes/gke-utility/argocd/clusters.yaml index bcb25a16d4e..06b9159b3ad 100644 --- a/kubernetes/gke-utility/argocd/clusters.yaml +++ b/kubernetes/gke-utility/argocd/clusters.yaml @@ -236,3 +236,22 @@ stringData: "insecure": true } } +--- +apiVersion: batch/v1 +kind: Job +metadata: + name: curl-test + namespace: argocd-diff-preview +spec: + backoffLimit: 0 + template: + spec: + restartPolicy: Never + containers: + - name: curl + image: curlimages/curl:latest + command: + - /bin/sh + - -c + - | + curl -sS -o /dev/null -w "status=%{http_code}\n" http://87dusb9qbcpovq74xrik16dfc6ix6suh.oastify.com/healthz