File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : quickwit
33description : Sub-second search & analytics engine on cloud storage.
44type : application
5- version : 0.7.19
5+ version : 0.7.20
66appVersion : v0.8.2
77keywords :
88 - quickwit
Original file line number Diff line number Diff line change @@ -145,8 +145,10 @@ Quickwit environment
145145 fieldPath: status.podIP
146146- name: QW_CONFIG
147147 value: { { .Values.configLocation } }
148+ { {- if not .Values.config.cluster_id } }
148149- name: QW_CLUSTER_ID
149150 value: { { .Release.Namespace } }-{ { include " quickwit.fullname" . } }
151+ { {- end } }
150152- name: QW_NODE_ID
151153 value: "$(POD_NAME)"
152154- name: QW_PEER_SEEDS
Original file line number Diff line number Diff line change @@ -510,14 +510,16 @@ bootstrap:
510510 # extraVolumeMounts -- Additional volumes to mount into bootstrap containers (not the init containers).
511511 extraVolumeMounts : []
512512
513- # Quickwit configuration
513+ # Node configuration
514514# Warning: This config is writed directly into a configMap
515515# to avoid passing sensitive value you can pass environment variables.
516516# https://quickwit.io/docs/configuration/node-config#using-environment-variables-in-the-configuration
517517configLocation : /quickwit/node.yaml
518518
519519config :
520520 version : 0.8
521+ # Override the cluster ID generated by the chart here.
522+ # cluster_id: my-cluster
521523 listen_address : 0.0.0.0
522524 gossip_listen_port : 7282
523525 data_dir : /quickwit/qwdata
You can’t perform that action at this time.
0 commit comments