123456789101112131415161718192021222324252627282930 |
- image:
- repository: docker.elastic.co/elasticsearch/elasticsearch
- pullPolicy: IfNotPresent
- tag: 8.10.4
- 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
|