From 50662b7132b435d16b6224f10d3c2ae28ed8707c Mon Sep 17 00:00:00 2001 From: prettysunflower Date: Mon, 30 Jun 2025 09:13:56 -0400 Subject: [PATCH] apps(opengist): healthcheck: Failure Threshold is now 3 and check is now every 30 seconds --- apps/opengist/deployment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/opengist/deployment.yaml b/apps/opengist/deployment.yaml index 0b309f7..0b70fb2 100644 --- a/apps/opengist/deployment.yaml +++ b/apps/opengist/deployment.yaml @@ -34,4 +34,5 @@ spec: path: /healthcheck port: 6157 initialDelaySeconds: 30 - periodSeconds: 5 \ No newline at end of file + periodSeconds: 30 + failureThreshold: 3 \ No newline at end of file