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'