Skip to content

Commit

Permalink
chore(elasticsearch): use default probe delays for local (#1239)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka authored Nov 6, 2023
1 parent a863ab7 commit 6e8161f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions k8s/helmfile/env/local/elasticsearch-1.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ master:
enabled: true
storageClass: "standard"
size: 1Gi
livenessProbe:
initialDelaySeconds: 180
readinessProbe:
initialDelaySeconds: 90

data:
heapSize: 512m
Expand All @@ -33,6 +37,10 @@ data:
enabled: true
storageClass: "standard"
size: 2Gi
livenessProbe:
initialDelaySeconds: 180
readinessProbe:
initialDelaySeconds: 90

coordinating:
heapSize: 256m
Expand All @@ -43,3 +51,7 @@ coordinating:
limits:
cpu: "500m"
memory: "512Mi"
livenessProbe:
initialDelaySeconds: 180
readinessProbe:
initialDelaySeconds: 90

0 comments on commit 6e8161f

Please sign in to comment.