mirror of
https://github.com/truenas/charts.git
synced 2026-05-04 16:30:29 +08:00
31 lines
449 B
YAML
31 lines
449 B
YAML
image:
|
|
repository: docker.elastic.co/elasticsearch/elasticsearch
|
|
pullPolicy: IfNotPresent
|
|
tag: 8.8.1
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
esConfig:
|
|
password: ''
|
|
heapSize: 512m
|
|
nodeName: elastic_search_node
|
|
additionalEnvs: []
|
|
|
|
# Not user configurable
|
|
esRunAs:
|
|
user: 1000
|
|
group: 1000
|
|
|
|
esNetwork:
|
|
httpPort: 30003
|
|
hostNetwork: false
|
|
certificateID: ''
|
|
|
|
esStorage:
|
|
data:
|
|
type: ixVolume
|
|
datasetName: data
|