Files
chart/library/ix-dev/charts/elastic-search/values.yaml
Stavros Kois 7b4077922f elastic search - migrate storage section (#1823)
* use pvc in ci

* adapt values

* Update version in Chart.yaml

* adapt template

* update readme

* adapt questions.yaml

* add migration and fix typo in values

* fix description
2023-12-03 15:45:06 +02:00

33 lines
494 B
YAML

image:
repository: docker.elastic.co/elasticsearch/elasticsearch
pullPolicy: IfNotPresent
tag: 8.11.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
ixVolumeConfig:
datasetName: data
additionalStorages: []