disable influx reporting

This commit is contained in:
Tobias Brunner 2020-03-16 20:19:50 +01:00
parent 042c33213f
commit 8b1bce121e
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
config:
reporting_disabled: true
persistence:
existingClaim: influxdb-data-influxdb-0

View File

@ -24,7 +24,7 @@ metadata:
app.kubernetes.io/managed-by: Helm
data:
influxdb.conf: |+
reporting-disabled = false
reporting-disabled = true
bind-address = ":8088"
[meta]