Skip to content

Commit

Permalink
Revert "chore(elasticsearch): temporarily recover from a cold start (#…
Browse files Browse the repository at this point in the history
…1436)"

This reverts commit d960894.
  • Loading branch information
AndrewKostka authored Feb 23, 2024
1 parent 4f86329 commit 83c3ead
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions k8s/helmfile/env/production/elasticsearch-1.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ master:
startupProbe:
enabled: true
periodSeconds: 10
failureThreshold: 2160
failureThreshold: 1440

data:
replicaCount: 4
Expand All @@ -45,10 +45,15 @@ data:
accessModes: [ "ReadWriteOnce" ]
storageClass: "premium-rwo"
size: 50Gi
startupProbe:
enabled: true
customStartupProbe:
periodSeconds: 10
failureThreshold: 2880
failureThreshold: 2160
initialDelaySeconds: 90
timeoutSeconds: 5
successThreshold: 1
exec:
command:
- /opt/bitnami/scripts/elasticsearch/healthcheck-cluster.sh

coordinating:
replicaCount: 0
Expand Down

0 comments on commit 83c3ead

Please sign in to comment.