Skip to content

Commit

Permalink
Increase failure threshold for RPC liveness check
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Feb 21, 2024
1 parent d1ac088 commit 599611b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/rpc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,11 @@ defaultLivenessProbe:
httpGet:
path: /health
port: 26657
initialDelaySeconds: 60
periodSeconds: 10
timeoutSeconds: 15
successThreshold: 1
failureThreshold: 20

# custom liveness probe
livenessProbe:
Expand Down

0 comments on commit 599611b

Please sign in to comment.