mirror of
https://github.com/mastodon/chart
synced 2025-05-17 20:43:21 +00:00
ES_PRESET defined in all enabled cases
This commit is contained in:
parent
2b5dd1ac75
commit
dfe7ca6a5d
|
@ -34,6 +34,7 @@ data:
|
|||
DEFAULT_LOCALE: {{ .Values.mastodon.locale }}
|
||||
{{- if .Values.elasticsearch.enabled }}
|
||||
ES_ENABLED: "true"
|
||||
ES_PRESET: {{ .Values.elasticsearch.preset | default "single_node_cluster" | quote }}
|
||||
ES_HOST: {{ template "mastodon.elasticsearch.fullname" . }}-master-hl
|
||||
ES_PORT: "9200"
|
||||
{{- else if .Values.elasticsearch.hostname }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user