Skip to content

Commit

Permalink
chore(elasticsearch): delay startup health checks by 4hrs (#1212)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka authored Oct 24, 2023
1 parent d463d90 commit 3081498
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions k8s/helmfile/env/production/elasticsearch-1.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ master:
storageClass: "premium-rwo"
size: 5Gi
livenessProbe:
enabled: false
initialDelaySeconds: 14400
readinessProbe:
enabled: false
initialDelaySeconds: 14400

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

coordinating:
heapSize: 4096m
Expand All @@ -58,9 +58,9 @@ coordinating:
cpu: "2"
memory: "8Gi"
livenessProbe:
initialDelaySeconds: 600
initialDelaySeconds: 14400
readinessProbe:
initialDelaySeconds: 600
initialDelaySeconds: 14400

ingest:
enabled: false
Expand Down

0 comments on commit 3081498

Please sign in to comment.