apps(opengist): healthcheck: Failure Threshold is now 3 and check is now every 30 seconds

This commit is contained in:
2025-06-30 09:13:56 -04:00
parent 27c1818495
commit 50662b7132

View File

@@ -34,4 +34,5 @@ spec:
path: /healthcheck path: /healthcheck
port: 6157 port: 6157
initialDelaySeconds: 30 initialDelaySeconds: 30
periodSeconds: 5 periodSeconds: 30
failureThreshold: 3