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

@@ -46,7 +46,7 @@ prometheus:
storageSpec:
volumeClaimTemplate:
spec:
storageClassName: local-path-retain
storageClassName: local-path
accessModes: ["ReadWriteOnce"]
resources:
requests: