Difference between revisions of "Elasticsearch values.yaml"
Jump to navigation
Jump to search
Line 29: | Line 29: | ||
* <code>[[replicas]]</code> | * <code>[[replicas]]</code> | ||
* https://github.com/elastic/helm-charts/blob/24ac48ac81c43c137e482c47f3a1bf616f49e40d/elasticsearch/tests/elasticsearch_test.py | * https://github.com/elastic/helm-charts/blob/24ac48ac81c43c137e482c47f3a1bf616f49e40d/elasticsearch/tests/elasticsearch_test.py | ||
+ | * [[NotTriggerScaleUp]] | ||
== See also == | == See also == |
Revision as of 09:18, 2 November 2022
extraVolumes: | - name: mynewvolume persistentVolumeClaim: claimName: mynewvolumepv extraVolumeMounts: | - name: mynewvolume mountPath: /usr/share/extras readOnly: true
extraVolumes: - name: MyExtraVolume # emptyDir: {} extraVolumeMounts: - name: MyExtraVolume mountPath: /usr/share/extras # readOnly: true
helm upgrade elasticsearch elastic/elasticsearch -f ./elasticsearch values.yaml
Related
replicas
- https://github.com/elastic/helm-charts/blob/24ac48ac81c43c137e482c47f3a1bf616f49e40d/elasticsearch/tests/elasticsearch_test.py
- NotTriggerScaleUp
See also
helm upgrade [ --reuse-values | --atomic | --debug | --force | --reuse-values | --reset-values | --verify ], helm install, --help
Advertising: