You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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!
The text was updated successfully, but these errors were encountered: