Skip to main content

PVC Monitoring Configuration

PVC (Persistent Volume Claim) Monitoring Configuration

ParameterDescriptionRequiredDefault
pvcMonitor.enabledto enable or disable this module (default: true)
pvcMonitor.intervalthe frequency (in minutes) to check pvc usage in the cluster (default: 15)
pvcMonitor.thresholdthe percentage of accepted pvc usage. if current usage exceeds this value, it will send a notification (default: 80)

Example

apiVersion: v1
kind: Namespace
metadata:
name: kwatch
---
apiVersion: v1
kind: ConfigMap
metadata:
name: kwatch
namespace: kwatch
data:
config.yaml: |
pvcMonitor:
enabled: true