REFACTOR(thanos): remove S3 storage integration

- Disable Store Gateway and Compactor
- Remove Sidecar objectStorageConfig
- Keep Thanos Query + Sidecar for HA query
- 3-day local retention is sufficient
This commit is contained in:
2026-01-09 16:27:17 +09:00
parent ffed27419a
commit 94af545120
2 changed files with 7 additions and 56 deletions

View File

@@ -62,15 +62,12 @@ prometheus:
scrapeInterval: 60s # 30s → 60s (메모리 절감)
evaluationInterval: 60s # 30s → 60s
retention: 3d # Local retention (S3 has longer retention via Thanos)
retention: 3d # Local retention only (no S3 upload)
# Thanos Sidecar configuration
# Thanos Sidecar configuration (query only, no S3 upload)
thanos:
image: quay.io/thanos/thanos:v0.37.2
objectStorageConfig:
existingSecret:
name: thanos-objstore-secret
key: objstore.yml
# objectStorageConfig removed - no upload to MinIO, local storage only
storageSpec:
volumeClaimTemplate: