From e45e67f0ba23638a55c9c7873a81d07f016c591b Mon Sep 17 00:00:00 2001 From: "jan.jantzen" Date: Mon, 12 Aug 2024 16:43:21 +0200 Subject: [PATCH] livlinessprobe prod --- values_cusprod.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/values_cusprod.yaml b/values_cusprod.yaml index 7a8a2e7..6327614 100644 --- a/values_cusprod.yaml +++ b/values_cusprod.yaml @@ -162,6 +162,16 @@ smardigo-connect: memory: 4Gi requests: cpu: "2.5" + livenessProbe: + enabled: true + initialDelaySeconds: 120 + periodSeconds: 60 + timeoutSeconds: 30 + failureThreshold: 2 + successThreshold: 1 + httpGet: + path: "/management/health" + port: 8081 processSearch: image: version: 1.4.5