Skip to content

Commit

Permalink
Merge pull request #709 from redhat-marketplace/bugfix/livenessProbe
Browse files Browse the repository at this point in the history
fix: increase liveness timeout
  • Loading branch information
dacleyra authored Jan 28, 2025
2 parents 41a7b9d + 3c5c37e commit 547f9e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions v2/assets/dataservice/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,10 @@ spec:
command:
- grpc-health-probe
- -addr=localhost:8003
- -connect-timeout=3s
initialDelaySeconds: 360
periodSeconds: 5
timeoutSeconds: 10
ports:
- containerPort: 9001
name: db
Expand Down

0 comments on commit 547f9e2

Please sign in to comment.