add failureThreshold to events worker

This commit is contained in:
Florian Herrengt 2024-01-25 19:23:15 +00:00
parent d441ec761f
commit c064d4f9e3
1 changed files with 2 additions and 0 deletions

View File

@ -32,9 +32,11 @@ spec:
port: 8080
initialDelaySeconds: 30
periodSeconds: 10
failureThreshold: 3
readinessProbe:
httpGet:
path: /healthz
port: 8080
initialDelaySeconds: 30
periodSeconds: 10
failureThreshold: 3