mirror of
https://github.com/truenas/charts.git
synced 2026-02-02 18:19:23 +08:00
33 lines
494 B
YAML
33 lines
494 B
YAML
image:
|
|
repository: docker.elastic.co/elasticsearch/elasticsearch
|
|
pullPolicy: IfNotPresent
|
|
tag: 8.17.3
|
|
|
|
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
|
|
ixVolumeConfig:
|
|
datasetName: data
|
|
additionalStorages: []
|