21 lines
327 B
YAML
21 lines
327 B
YAML
grafana:
|
|
persistence:
|
|
type: pvc
|
|
enabled: true
|
|
# annotations: {}
|
|
finalizers:
|
|
- kubernetes.io/pvc-protection
|
|
existingClaim: grafana-pvc
|
|
|
|
alertmanager:
|
|
enabled: false
|
|
|
|
loki:
|
|
auth_enabled: false
|
|
commonConfig:
|
|
replication_factor: 1
|
|
storage:
|
|
type: 'filesystem'
|
|
singleBinary:
|
|
replicas: 1
|