mirror of
https://github.com/carlosedp/cluster-monitoring.git
synced 2024-11-20 19:07:17 +01:00
24 lines
349 B
YAML
24 lines
349 B
YAML
|
apiVersion: v1
|
||
|
kind: ConfigMap
|
||
|
metadata:
|
||
|
name: grafana-config
|
||
|
namespace: monitoring
|
||
|
data:
|
||
|
config.ini: |
|
||
|
[database]
|
||
|
path = /data/grafana.db
|
||
|
|
||
|
[paths]
|
||
|
data = /data
|
||
|
logs = /data/log
|
||
|
plugins = /data/plugins
|
||
|
|
||
|
[session]
|
||
|
provider = memory
|
||
|
|
||
|
[auth.basic]
|
||
|
enabled = false
|
||
|
|
||
|
[auth.anonymous]
|
||
|
enabled = false
|