add failureThreshold to events worker
This commit is contained in:
parent
d441ec761f
commit
c064d4f9e3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue