Skip to content

Commit

Permalink
Increase Kafka service liveness check to 140sec instead of 10sec (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
rotembm12 committed Jul 4, 2023
1 parent ec59471 commit e063e83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/code-examples/shadow-mode/ecom-demo-mtls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1601,7 +1601,7 @@ spec:
containerPort: 9093
livenessProbe:
failureThreshold: 3
initialDelaySeconds: 10
initialDelaySeconds: 140
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 5
Expand Down
2 changes: 1 addition & 1 deletion static/code-examples/shadow-mode/ecom-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1531,7 +1531,7 @@ spec:
containerPort: 9093
livenessProbe:
failureThreshold: 3
initialDelaySeconds: 10
initialDelaySeconds: 140
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 5
Expand Down

0 comments on commit e063e83

Please sign in to comment.