mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/influxdb] add ability to enable flux service (#16187)
Signed-off-by: Ian Zink <zforce@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
e574e9431d
commit
4d1624220e
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: influxdb
|
||||
version: 1.3.1
|
||||
version: 1.3.2
|
||||
appVersion: 1.7.6
|
||||
description: Scalable datastore for metrics, events, and real-time analytics.
|
||||
keywords:
|
||||
|
||||
@@ -70,6 +70,7 @@ data:
|
||||
[http]
|
||||
enabled = {{ .Values.config.http.enabled }}
|
||||
bind-address = ":{{ .Values.config.http.bind_address }}"
|
||||
flux-enabled = {{ .Values.config.http.flux_enabled }}
|
||||
auth-enabled = {{ .Values.config.http.auth_enabled }}
|
||||
log-enabled = {{ .Values.config.http.log_enabled }}
|
||||
write-tracing = {{ .Values.config.http.write_tracing }}
|
||||
|
||||
@@ -185,6 +185,7 @@ config:
|
||||
enabled: true
|
||||
bind_address: 8086
|
||||
auth_enabled: false
|
||||
flux_enabled: true
|
||||
log_enabled: true
|
||||
write_tracing: false
|
||||
pprof_enabled: true
|
||||
|
||||
Reference in New Issue
Block a user