Skip to content

Commit

Permalink
chore(elasticsearch): increase liveness and readiness for data nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka committed Oct 23, 2023
1 parent 28daa50 commit 19f0490
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ data:
storageClass: "premium-rwo"
size: 50Gi
livenessProbe:
initialDelaySeconds: 600
initialDelaySeconds: 1800
readinessProbe:
initialDelaySeconds: 600
initialDelaySeconds: 1800

coordinating:
heapSize: 2048m
Expand Down

0 comments on commit 19f0490

Please sign in to comment.