Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase Kafka service liveness check to 140sec instead of 10sec #99

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
rotembm12 marked this conversation as resolved.
Show resolved Hide resolved
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 5
Expand Down