Setting up failure treshold

This commit is contained in:
2025-05-28 14:41:18 +02:00
parent b9eca81f5b
commit 5640d83686

View File

@@ -130,6 +130,9 @@ spec:
httpGet: httpGet:
path: /health/started path: /health/started
port: 9000 port: 9000
periodSeconds: 10
initialDelaySeconds: 30
failureThreshold: 6
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /health/ready path: /health/ready