diff --git a/kustomize/mycrd.yaml b/kustomize/mycrd.yaml index 8a61ca8..21e5f12 100644 --- a/kustomize/mycrd.yaml +++ b/kustomize/mycrd.yaml @@ -2,7 +2,7 @@ apiVersion: batch/v1 kind: Job metadata: - name: argocd-configplugin-tester-deployment6 + name: argocd-configplugin-tester-deployment7 labels: app: argocd-configplugin-tester spec: @@ -43,7 +43,8 @@ spec: args: - '/bin/python3' - '/app/app.py' - livenessProbe: + readinessProbe: + failureThreshold: 10 httpGet: path: / port: 8000