From d2f2c76345db411c698f78f63c39cb65c8b0eacc Mon Sep 17 00:00:00 2001 From: "jan.jantzen" Date: Mon, 12 Aug 2024 16:56:35 +0200 Subject: [PATCH] liveliness probe --- values_cusprod.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/values_cusprod.yaml b/values_cusprod.yaml index e0d97e4..a815052 100644 --- a/values_cusprod.yaml +++ b/values_cusprod.yaml @@ -162,16 +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 + 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