Skip to content
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.

Overriding elasticsearch.yml #48

Open
Yitaek opened this issue Mar 7, 2018 · 1 comment
Open

Overriding elasticsearch.yml #48

Yitaek opened this issue Mar 7, 2018 · 1 comment

Comments

@Yitaek
Copy link

Yitaek commented Mar 7, 2018

If I want to override elasticsearch.yml (for example, increasing the thread pool queue size), is there an easy way to do so using values.yaml?

pires/kubernetes-elasticsearch-cluster README seems to suggest that I need to mount my own file and add the ES_PATH_CONF env variable. Could you provide some more detail on how I can accomplish that using this helm chart?

Thanks in advance!

@karlskewes
Copy link

karlskewes commented Apr 3, 2018

See #39 and pires/kubernetes-elasticsearch-cluster#71
Either way you need an elasticsearch.yml with the setting you want, perhaps using variable substitution like above. ${ENV_VARIABLE_NAME}
I like the configmap approach in links above, but haven't tested the pull requests.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants