File tree Expand file tree Collapse file tree
distros/kubernetes/nvsentinel Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15+ {{- if .Values.networkPolicy.enabled }}
1516apiVersion : networking.k8s.io/v1
1617kind : NetworkPolicy
1718metadata :
3940 - protocol : TCP
4041 port : {{ .Values.global.inclusterFileServer.cleanupMetricsPort }}
4142 {{- end }}
43+ {{- end }}
Original file line number Diff line number Diff line change @@ -108,6 +108,13 @@ global:
108108 preflight :
109109 enabled : false
110110
111+ # Network policy configuration
112+ # The metrics-access network policy restricts ingress to metrics ports only.
113+ # This can block other services (e.g., cert-manager webhook) when deployed
114+ # in the same namespace. Set enabled=false to disable the network policy.
115+ networkPolicy :
116+ enabled : true
117+
111118platformConnector :
112119 image :
113120 repository : ghcr.io/nvidia/nvsentinel/platform-connectors
You can’t perform that action at this time.
0 commit comments