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

fix(monitoring): Fixup missing save of changed file

parent 1f896e39
No related branches found
No related tags found
No related merge requests found
......@@ -12,19 +12,3 @@ spec:
- alertmanager
- grafana
- prometheus
---
apiVersion: projectcalico.org/v3
kind: NetworkPolicy
metadata:
name: allow-controlplane
spec:
selector: app.kubernetes.io/instance == 'kube-prometheus-stack'
ingress:
- action: Allow
protocol: TCP
source:
selector: has(node-role.kubernetes.io/control-plane)
namespaceSelector: global()
destination:
ports:
- 10250
\ No newline at end of file
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