From 7a38ce1774fb8fdb477483f27036c454f2d05d16 Mon Sep 17 00:00:00 2001 From: titver968 Date: Fri, 19 Dec 2025 08:45:46 +0100 Subject: [PATCH] mantisbt mariadb Readiness --- argocd/apps/mantisbt/values-mantisbt.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/argocd/apps/mantisbt/values-mantisbt.yaml b/argocd/apps/mantisbt/values-mantisbt.yaml index 3774250..06b0f67 100644 --- a/argocd/apps/mantisbt/values-mantisbt.yaml +++ b/argocd/apps/mantisbt/values-mantisbt.yaml @@ -64,6 +64,18 @@ spec: enabled: true storageClass: longhorn size: 8Gi + livenessProbe: + enabled: true + initialDelaySeconds: 120 + periodSeconds: 10 + timeoutSeconds: 5 + failureThreshold: 3 + readinessProbe: + enabled: true + initialDelaySeconds: 30 + periodSeconds: 10 + timeoutSeconds: 5 + failureThreshold: 3 destination: server: 'https://kubernetes.default.svc'