3
0
mirror of https://github.com/mastodon/chart synced 2025-05-17 20:43:21 +00:00

add ES_PRESET

This commit is contained in:
James Hammett 2023-10-19 16:28:39 -06:00
parent 4b6fd9f7e6
commit 3d03a4d4a6

View File

@ -21,6 +21,7 @@ data:
ES_ENABLED: "true"
ES_HOST: {{ template "mastodon.elasticsearch.fullname" . }}-master-hl
ES_PORT: "9200"
ES_PRESET: {{ .Values.elasticsearch.preset | default "single_node_cluster" | quote }}
{{- end }}
LOCAL_DOMAIN: {{ .Values.mastodon.local_domain }}
{{- with .Values.mastodon.web_domain }}