From c07656dd1b722fca35e58f86665b7654c0e62ed9 Mon Sep 17 00:00:00 2001 From: cahe Date: Tue, 20 Feb 2024 16:18:04 -0300 Subject: [PATCH] feat: python app --- kustomize/mycrd.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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