From cb601919773ece8f13f07f2b97f18336fc452900 Mon Sep 17 00:00:00 2001 From: "jan.jantzen" Date: Mon, 12 Aug 2024 14:37:29 +0200 Subject: [PATCH 1/2] liveness probe dev sys --- values_nsodev.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/values_nsodev.yaml b/values_nsodev.yaml index 81e1ce3..6fe8978 100644 --- a/values_nsodev.yaml +++ b/values_nsodev.yaml @@ -175,6 +175,26 @@ smardigo-connect: 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 + periodSeconds: 60 + timeoutSeconds: 30 + failureThreshold: 2 + successThreshold: 1 + httpGet: + path: "/management/health" + port: http_metrics + readinessProbe: + enabled: false + initialDelaySeconds: 180 + periodSeconds: 60 + timeoutSeconds: 30 + failureThreshold: 2 + successThreshold: 1 + httpGet: + path: "/management/health" # hier fehlt noch was sinnvolles + port: http_metrics smardigo-worker: uba: From d47875c40e494874d72208358e06e4cbd024ea13 Mon Sep 17 00:00:00 2001 From: "jan.jantzen" Date: Mon, 12 Aug 2024 14:47:11 +0200 Subject: [PATCH 2/2] prod restart --- values_cusprod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values_cusprod.yaml b/values_cusprod.yaml index 15f22d7..17e61fd 100644 --- a/values_cusprod.yaml +++ b/values_cusprod.yaml @@ -128,7 +128,7 @@ smardigo-connect: memory: 3Gi connect: additional_labels: - restart: 20240812-14:30 + restart: 202408121430 cloudevents: pollinterval: 200 domain: connect-cusprod-prodwork01.smardigo.digital