kubernetes/manifests/loki/helm/my-values.yaml
# https://grafana.com/docs/loki/latest/installation/helm/install-scalable
# https://github.com/grafana/loki/blob/main/production/helm/loki/values.yaml
---
loki:
auth_enabled: false
commonConfig:
replication_factor: 1
read:
replicas: 1
write:
replicas: 1
backend:
replicas: 1
minio:
enabled: true
replicas: 1