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

fix(k8up): Allow metrics endpoint access from monitoring namespaces

parent 453df4dd
No related branches found
No related tags found
No related merge requests found
......@@ -7,3 +7,6 @@ resources:
- k8up-crd.yaml
- release.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:
app.kubernetes.io/instance: k8up
app.kubernetes.io/name: k8up
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment