8a43914d05
Prepare BentoPDF and Grafana InfluxDB stacks
19 lines
342 B
YAML
19 lines
342 B
YAML
apiVersion: 1
|
|
|
|
prune: true
|
|
|
|
datasources:
|
|
- name: InfluxDB 3 Core
|
|
uid: influxdb3-core
|
|
type: influxdb
|
|
access: proxy
|
|
url: http://influxdb3-core:8181
|
|
isDefault: true
|
|
jsonData:
|
|
version: SQL
|
|
dbName: homelab
|
|
httpMode: POST
|
|
insecureGrpc: true
|
|
secureJsonData:
|
|
token: $GRAFANA_INFLUXDB_TOKEN
|