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

fix(monitoring): Add basic network policy

parent e9aa53d3
No related branches found
No related tags found
No related merge requests found
...@@ -5,3 +5,4 @@ resources: ...@@ -5,3 +5,4 @@ resources:
- namespace.yaml - namespace.yaml
- repository.yaml - repository.yaml
- release.yaml - release.yaml
- ../../shared/networkpolicies/allow-from-same-namespace.yaml
---
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
name: allow-from-same-namespace
data:
spec:
podSelector: {}
ingress:
- from:
- podSelector: {}
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