From c36c461c35289d447c928c9556012df564455bab Mon Sep 17 00:00:00 2001 From: "jan.jantzen" Date: Mon, 12 Aug 2024 16:31:13 +0200 Subject: [PATCH 1/3] livlinessprobe dev --- values_nsodev.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/values_nsodev.yaml b/values_nsodev.yaml index 6fe8978..6175140 100644 --- a/values_nsodev.yaml +++ b/values_nsodev.yaml @@ -166,15 +166,6 @@ smardigo-connect: pollinterval: 200 accesslog: enabled: true - processSearch: - image: - version: 1.4.5 - additional_labels: - restart: 20231012-1210 - domain: process-search-nsodev-prodwork01.smardigo.digital - ingress: - enabled: true - customIpWhitelist: "212.121.131.106/32,149.233.6.129/32,46.245.219.98/32,164.138.195.162/32,10.0.0.0/16,167.235.150.133/32,167.235.150.197/32,23.88.53.161/32,195.201.113.110/32,5.75.184.216/32,164.92.251.253/32,91.107.228.133/32,167.235.25.0/32" livenessProbe: enabled: true initialDelaySeconds: 120 @@ -195,6 +186,15 @@ smardigo-connect: httpGet: path: "/management/health" # hier fehlt noch was sinnvolles port: http_metrics + processSearch: + image: + version: 1.4.5 + additional_labels: + restart: 20231012-1210 + domain: process-search-nsodev-prodwork01.smardigo.digital + ingress: + enabled: true + customIpWhitelist: "212.121.131.106/32,149.233.6.129/32,46.245.219.98/32,164.138.195.162/32,10.0.0.0/16,167.235.150.133/32,167.235.150.197/32,23.88.53.161/32,195.201.113.110/32,5.75.184.216/32,164.92.251.253/32,91.107.228.133/32,167.235.25.0/32" smardigo-worker: uba: From af145150fce240a74d7137cfdcc7c064f35078e1 Mon Sep 17 00:00:00 2001 From: "jan.jantzen" Date: Mon, 12 Aug 2024 16:39:41 +0200 Subject: [PATCH 2/3] livlinessprobe dev2 --- values_nsodev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values_nsodev.yaml b/values_nsodev.yaml index 6175140..7a248b2 100644 --- a/values_nsodev.yaml +++ b/values_nsodev.yaml @@ -175,7 +175,7 @@ smardigo-connect: successThreshold: 1 httpGet: path: "/management/health" - port: http_metrics + port: 8081 readinessProbe: enabled: false initialDelaySeconds: 180 From e45e67f0ba23638a55c9c7873a81d07f016c591b Mon Sep 17 00:00:00 2001 From: "jan.jantzen" Date: Mon, 12 Aug 2024 16:43:21 +0200 Subject: [PATCH 3/3] 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