FEAT(loki): configure storage and HA

- Rename extraVolume to avoid duplicate name
- Add emptyDir for /var/loki cache
- Migrate to shared storage with MinIO
- Configure HA with 2 replicas
- Revert to single replica for Single Binary mode
This commit is contained in:
2026-01-08 17:35:25 +09:00
parent 2b7ee1fe51
commit 2cf35d0f76
2 changed files with 26 additions and 5 deletions

View File

@@ -3,6 +3,18 @@
fullnameOverride: grafana
replicas: 2
affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
podAffinityTerm:
labelSelector:
matchLabels:
app.kubernetes.io/name: grafana
topologyKey: kubernetes.io/hostname
admin:
user: bluemayne
# Password is managed via SealedSecret: grafana-admin-password