From dfb8eeef971f595517cc35aec9b130bd48856639 Mon Sep 17 00:00:00 2001 From: "Adrian A. Baumann" Date: Fri, 24 Oct 2025 00:30:22 +0200 Subject: [PATCH] Deploy 931 (with diagram branch in container) - readiness probes off temporarily --- argocd/deployment.yaml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/argocd/deployment.yaml b/argocd/deployment.yaml index a0c11a7..2936514 100644 --- a/argocd/deployment.yaml +++ b/argocd/deployment.yaml @@ -32,22 +32,6 @@ spec: volumeMounts: - name: data mountPath: /app/data - readinessProbe: - httpGet: - path: / - port: 8000 - initialDelaySeconds: 5 - periodSeconds: 10 - timeoutSeconds: 2 - failureThreshold: 6 - livenessProbe: - httpGet: - path: / - port: 8000 - initialDelaySeconds: 20 - periodSeconds: 20 - timeoutSeconds: 2 - failureThreshold: 3 volumes: - name: data persistentVolumeClaim: