Files
observability/kustomization.yaml
Mayne0213 6b576d6a16 FEAT(thanos): add Thanos for Prometheus HA and long-term storage
- Add Thanos Query, Store Gateway, Compactor
- Enable Prometheus Sidecar with S3 (MinIO) storage
- Configure Prometheus replicas: 2 with pod anti-affinity
- Add ExternalSecrets for MinIO credentials
- Retention: raw 7d, 5m downsampled 30d, 1h downsampled 90d
2026-01-09 21:41:52 +09:00

16 lines
358 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- application.yaml
- prometheus/argocd.yaml
- thanos/argocd.yaml
- alertmanager/argocd.yaml
- grafana/argocd.yaml
- loki/argocd.yaml
- promtail/argocd.yaml
- node-exporter/argocd.yaml
- kube-state-metrics/argocd.yaml
- goldilocks/argocd.yaml
- vpa/argocd.yaml