Extract real PV name (pvc-UUID) from directory name using regex.
Metrics now expose pv_name (actual PV) and request_name (full dir).
Bump image to v1.1.0, chart to 1.2.0.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Flask app with /usage/<pv_name> and /metrics endpoints
- 300s cache TTL with threading lock for du command
- ionice/nice for low I/O priority
- Dockerfile with gunicorn
- Helm chart with deployment, service, networkpolicy
- NetworkPolicy allows only gpulive and monitoring namespaces
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>