Skip to content

Commit

Permalink
Increase elasticsearch-1 master liveness tolerance
Browse files Browse the repository at this point in the history
These nodes are failing to start and eventually being killed due
to failing the liveness checks. This attempts to increase that number in the hope they eventually become live.
  • Loading branch information
tarrow authored Oct 23, 2023
1 parent a80f161 commit ec5ae48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ master:
storageClass: "premium-rwo"
size: 5Gi
livenessProbe:
initialDelaySeconds: 600
initialDelaySeconds: 1200
readinessProbe:
initialDelaySeconds: 600

Expand Down

0 comments on commit ec5ae48

Please sign in to comment.