PVC Monitoring Configuration
PVC (Persistent Volume Claim) Monitoring Configuration
Parameter | Description | Required | Default |
---|---|---|---|
pvcMonitor.enabled | to enable or disable this module (default: true) | false | true |
pvcMonitor.interval | the frequency (in minutes) to check pvc usage in the cluster (default: 15) | false | 15 |
pvcMonitor.threshold | the percentage of accepted pvc usage. if current usage exceeds this value, it will send a notification (default: 80) | false | 80 |
Example
apiVersion: v1
kind: Namespace
metadata:
name: kwatch
---
apiVersion: v1
kind: ConfigMap
metadata:
name: kwatch
namespace: kwatch
data:
config.yaml: |
pvcMonitor:
enabled: true