Skip to content

Commit

Permalink
chore(elasticsearch): disable probes temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka committed Oct 23, 2023
1 parent 28daa50 commit 309e224
Showing 1 changed file with 4 additions and 4 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: 1800
enabled: false
readinessProbe:
initialDelaySeconds: 1800
enabled: false

data:
heapSize: 32768m
Expand All @@ -44,9 +44,9 @@ data:
storageClass: "premium-rwo"
size: 50Gi
livenessProbe:
initialDelaySeconds: 600
enabled: false
readinessProbe:
initialDelaySeconds: 600
enabled: false

coordinating:
heapSize: 2048m
Expand Down

0 comments on commit 309e224

Please sign in to comment.