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

fix(loki): Adjust network policy to work for now

parent ce1a65a2
No related branches found
No related tags found
No related merge requests found
...@@ -118,18 +118,15 @@ spec: ...@@ -118,18 +118,15 @@ spec:
apiVersion: networking.k8s.io/v1 apiVersion: networking.k8s.io/v1
kind: NetworkPolicy kind: NetworkPolicy
metadata: metadata:
name: allow-from-job-to-minio name: allow-from-job
spec: spec:
policyTypes: policyTypes:
- Egress - Egress
egress: egress:
- ports: - {}
- protocol: TCP
port: 9000
podSelector: podSelector:
matchLabels: matchLabels:
app: minio-job app: minio-job
release: loki
--- ---
apiVersion: v1 apiVersion: v1
kind: ConfigMap kind: ConfigMap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment