This commit is contained in:
2026-01-17 12:25:42 -05:00
parent c0e374bd65
commit ef4a0c19ef
+3 -7
View File
@@ -1,16 +1,12 @@
apiVersion: networking.k8s.io/v1 apiVersion: networking.k8s.io/v1
kind: NetworkPolicy kind: NetworkPolicy
metadata: metadata:
name: irc name: znc
namespace: irc namespace: irc
spec: spec:
podSelector: podSelector:
matchExpressions: matchLabels:
- key: app.kubernetes.io/name app.kubernetes.io/name: znc
operator: In
values:
- znc
- thelounge
policyTypes: policyTypes:
- Ingress - Ingress
- Egress - Egress