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