Skip to content

Commit

Permalink
Increase elasticsearch-1 master liveness and readiness
Browse files Browse the repository at this point in the history
We're still seeing these pods killed before they become ready.

Let's try bumping both values this time. Since we observed `transport not ready yet to handle incoming requests` perhaps the readiness probes themselves are impacting the time to live.
  • Loading branch information
tarrow authored Oct 23, 2023
1 parent f9c97d7 commit 2ff9b9a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ master:
storageClass: "premium-rwo"
size: 5Gi
livenessProbe:
initialDelaySeconds: 1200
initialDelaySeconds: 1800
readinessProbe:
initialDelaySeconds: 600
initialDelaySeconds: 1800

data:
heapSize: 32768m
Expand Down

0 comments on commit 2ff9b9a

Please sign in to comment.