Skip to content

Commit

Permalink
ES_PRESET defined in all enabled cases
Browse files Browse the repository at this point in the history
  • Loading branch information
timetinytim committed Jan 19, 2024
1 parent 2b5dd1a commit dfe7ca6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/configmap-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit dfe7ca6

Please sign in to comment.