You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/prometheus-blackbox-exporter/values.yaml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -385,9 +385,11 @@ networkPolicy:
385
385
# Enable network policy and allow access from anywhere
386
386
enabled: false
387
387
# Limit access only from monitoring namespace
388
-
# Before setting this value to true, you must add the name=monitoring label to the monitoring namespace
388
+
# Before setting this value to true, you must add the name=monitoring label to the monitoring namespace. Name can be rewritten by monitoringNamespaceName
389
389
# Network Policy uses label filtering
390
390
allowMonitoringNamespace: false
391
+
# Rewrite monitoring namespace in network policy (default value monitoring)
392
+
monitoringNamespaceName: "monitoring"
391
393
392
394
## dnsPolicy and dnsConfig for Deployments and Daemonsets if you want non-default settings.
393
395
## These will be passed directly to the PodSpec of same.
0 commit comments