REFACTOR(alertmanager): change storageClass

- Update storageClass to local-path-retain
- Change storage backend configuration
This commit is contained in:
2026-01-04 17:49:55 +09:00
parent 7653f2c4c8
commit 864c2c45d8
3 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ singleBinary:
persistence:
enabled: true
size: 5Gi # Reduced from 10Gi to save storage
storageClass: local-path-retain
storageClass: local-path
resources:
requests:
cpu: 15m # Reduced from 50m based on actual usage (10m)