Commit 8ade1572 authored by Ian Zink's avatar Ian Zink Committed by Kubernetes Prow Robot

[stable/influxdb] add ability to enable flux service (#16187)

Signed-off-by: 's avatarIan Zink <zforce@gmail.com>
parent f1c3a53c
apiVersion: v1 apiVersion: v1
name: influxdb name: influxdb
version: 1.3.1 version: 1.3.2
appVersion: 1.7.6 appVersion: 1.7.6
description: Scalable datastore for metrics, events, and real-time analytics. description: Scalable datastore for metrics, events, and real-time analytics.
keywords: keywords:
......
...@@ -70,6 +70,7 @@ data: ...@@ -70,6 +70,7 @@ data:
[http] [http]
enabled = {{ .Values.config.http.enabled }} enabled = {{ .Values.config.http.enabled }}
bind-address = ":{{ .Values.config.http.bind_address }}" bind-address = ":{{ .Values.config.http.bind_address }}"
flux-enabled = {{ .Values.config.http.flux_enabled }}
auth-enabled = {{ .Values.config.http.auth_enabled }} auth-enabled = {{ .Values.config.http.auth_enabled }}
log-enabled = {{ .Values.config.http.log_enabled }} log-enabled = {{ .Values.config.http.log_enabled }}
write-tracing = {{ .Values.config.http.write_tracing }} write-tracing = {{ .Values.config.http.write_tracing }}
......
...@@ -185,6 +185,7 @@ config: ...@@ -185,6 +185,7 @@ config:
enabled: true enabled: true
bind_address: 8086 bind_address: 8086
auth_enabled: false auth_enabled: false
flux_enabled: true
log_enabled: true log_enabled: true
write_tracing: false write_tracing: false
pprof_enabled: true pprof_enabled: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment