Skip to content

Commit

Permalink
chore(elasticsearch): temporarily recover from a cold start (#1436)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka authored Feb 20, 2024
1 parent 48bcbe6 commit d960894
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 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: 1440
failureThreshold: 2160

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

coordinating:
replicaCount: 0
Expand Down

0 comments on commit d960894

Please sign in to comment.