hrm
This commit is contained in:
+3
-7
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user