Skip to content

Commit

Permalink
chore(elasticsearch): give nodes enough time to join the cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka committed Oct 18, 2023
1 parent aea8c19 commit 1e1e2f2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions k8s/helmfile/env/production/elasticsearch-1.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ master:
accessModes: [ "ReadWriteOnce" ]
storageClass: "premium-rwo"
size: 5Gi
livenessProbe:
initialDelaySeconds: 600
readinessProbe:
initialDelaySeconds: 600

data:
heapSize: 32768m
Expand All @@ -39,6 +43,10 @@ data:
accessModes: [ "ReadWriteOnce" ]
storageClass: "premium-rwo"
size: 50Gi
livenessProbe:
initialDelaySeconds: 600
readinessProbe:
initialDelaySeconds: 600

coordinating:
heapSize: 2048m
Expand All @@ -49,6 +57,10 @@ coordinating:
limits:
cpu: "2"
memory: "4Gi"
livenessProbe:
initialDelaySeconds: 600
readinessProbe:
initialDelaySeconds: 600

ingest:
enabled: false
Expand Down

0 comments on commit 1e1e2f2

Please sign in to comment.