Skip to content
Snippets Groups Projects
Verified Commit 14710202 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(shared): Reduce scope for monitoring NetworkPolicy

This patch reduces the network access from the monitoring namespaces to
only prometheus.
parent d578ef9d
No related branches found
Tags 37.414.0
No related merge requests found
...@@ -10,3 +10,6 @@ spec: ...@@ -10,3 +10,6 @@ spec:
- namespaceSelector: - namespaceSelector:
matchLabels: matchLabels:
monitoring.shivering-isles.com/network-access-required: "true" monitoring.shivering-isles.com/network-access-required: "true"
podSelector:
matchLabels:
app.kubernetes.io/name: prometheus
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment