Add nas-metrics namespace to NetworkPolicy allowedNamespaces

Allow same-namespace (nas-metrics) access for testing/debugging.
Bump chart version to 1.1.0.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Cloud User 2026-02-06 18:04:37 +09:00
parent 6db99ea0ef
commit 0d47a9c357
2 changed files with 2 additions and 1 deletions

View File

@ -2,5 +2,5 @@ apiVersion: v2
name: nfs-usage-exporter
description: NFS PV usage metrics exporter for Prometheus
type: application
version: 1.0.0
version: 1.1.0
appVersion: "1.0.0"

View File

@ -29,3 +29,4 @@ networkPolicy:
allowedNamespaces:
- gpulive
- monitoring
- nas-metrics