UNCLASSIFIED

Commit 2e1b42f1 authored by Ryan Garcia's avatar Ryan Garcia
Browse files

feat: Adding final policy for kube-api and kube-dns egress

parent 2d73935b
Pipeline #306456 passed with stages
in 2 minutes and 51 seconds
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: kube-api-dns-egress
namespace: {{ .Release.Namespace }}
spec:
egress:
- to:
- namespaceSelector: {}
ports:
- port: 443
protocol: TCP
- port: 53
protocol: UDP
podSelector:
matchLabels:
app.kubernetes.io/name: nexus-repository-manager
policyTypes:
- Egress
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment