Difference between revisions of "Elasticsearch values.yaml"
Jump to navigation
Jump to search
(Created page with " extraVolumes: - name: MyExtraVolume # emptyDir: {} extraVolumeMounts: - name: MyExtraVolume mountPath: /usr/share/extras # readOnly: true") |
|||
(14 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{lc}} | ||
+ | |||
+ | |||
+ | extraVolumes: | | ||
+ | - name: mynewvolume | ||
+ | [[persistentVolumeClaim]]: | ||
+ | [[claimName]]: mynewvolumepv | ||
+ | |||
+ | extraVolumeMounts: | | ||
+ | - name: mynewvolume | ||
+ | [[mountPath]]: /usr/share/extras | ||
+ | [[readOnly]]: true | ||
+ | |||
+ | |||
+ | |||
+ | |||
[[extraVolumes:]] | [[extraVolumes:]] | ||
- name: MyExtraVolume | - name: MyExtraVolume | ||
Line 7: | Line 23: | ||
mountPath: /usr/share/extras | mountPath: /usr/share/extras | ||
# readOnly: true | # readOnly: true | ||
+ | |||
+ | [[helm upgrade elasticsearch elastic/elasticsearch -f ./elasticsearch values.yaml]] | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[replicas]]</code> | ||
+ | * https://github.com/elastic/helm-charts/blob/24ac48ac81c43c137e482c47f3a1bf616f49e40d/elasticsearch/tests/elasticsearch_test.py | ||
+ | * [[NotTriggerScaleUp]] | ||
+ | * [[spec.tls]], [[ingress.tls]] | ||
+ | * [[helm_release]], [[values.yaml]] | ||
+ | |||
+ | == See also == | ||
+ | * {{values.yml}} | ||
+ | * {{helm upgrade}} | ||
+ | |||
+ | [[Category:Helm]] |
Latest revision as of 15:28, 13 February 2024
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[edit]
replicas
- https://github.com/elastic/helm-charts/blob/24ac48ac81c43c137e482c47f3a1bf616f49e40d/elasticsearch/tests/elasticsearch_test.py
- NotTriggerScaleUp
- spec.tls, ingress.tls
- helm_release, values.yaml
See also[edit]
Advertising: