This commit is contained in:
2024-06-04 10:04:47 +02:00
parent b56cfdc165
commit 28d296bb65
7 changed files with 183 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: 1
datasources:
- name: InfluxDB
type: influxdb
access: proxy
url: http://influxdb:8086
jsonData:
version: Flux
organization: org
defaultBucket: allnet
tlsSkipVerify: true
secureJsonData:
token: ${INFLUXDB_TOKEN}