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 13:37:22 +09:00
parent 1b7a4294dc
commit 2b7ee1fe51
5 changed files with 65 additions and 14 deletions

View File

@@ -20,3 +20,22 @@ spec:
remoteRef:
key: grafana
property: ADMIN_PASSWORD
---
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: grafana-db-password
namespace: grafana
spec:
refreshInterval: 1h
secretStoreRef:
kind: ClusterSecretStore
name: vault-backend
target:
name: grafana-db-password
creationPolicy: Owner
data:
- secretKey: password
remoteRef:
key: postgresql
property: PASSWORD