REFACTOR(alertmanager): change storageClass
- Update storageClass to local-path-retain - Change storage backend configuration
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user