mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 07:39:00 +08:00
added STORAGE env variable to deployment templte
This commit is contained in:
parent
a08ad9e2cf
commit
8c7ac88f84
@ -36,7 +36,8 @@ spec:
|
|||||||
value: {{ .Values.configVars.DruidClientUrl }}
|
value: {{ .Values.configVars.DruidClientUrl }}
|
||||||
- name: DruidDatasource
|
- name: DruidDatasource
|
||||||
value: {{ .Values.configVars.DruidDatasource }}
|
value: {{ .Values.configVars.DruidDatasource }}
|
||||||
|
- name: STORAGE
|
||||||
|
value: {{ .Values.configVars.STORAGE }}
|
||||||
|
|
||||||
# livenessProbe:
|
# livenessProbe:
|
||||||
# httpGet:
|
# httpGet:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user