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

fix(crowdsec): Add missing network policies for monitoring

parent 3be59a9b
No related branches found
No related tags found
No related merge requests found
...@@ -6,3 +6,6 @@ resources: ...@@ -6,3 +6,6 @@ resources:
- repository.yaml - repository.yaml
- release.yaml - release.yaml
- ../../../shared/networkpolicies/allow-from-same-namespace.yaml - ../../../shared/networkpolicies/allow-from-same-namespace.yaml
- ../../../shared/networkpolicies/allow-from-monitoring.yaml
patchesStrategicMerge:
- networkpolicy.yaml
---
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: allow-from-monitoring
spec:
podSelector:
matchLabels:
k8s-app: crowdsec
\ 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