try network policy again
This commit is contained in:
+1
-1
@@ -3,6 +3,6 @@ kind: Kustomization
|
|||||||
resources:
|
resources:
|
||||||
# Uncomment if storing configuration in the repo
|
# Uncomment if storing configuration in the repo
|
||||||
# - configmap.yaml
|
# - configmap.yaml
|
||||||
# - networkpolicy.yaml
|
- networkpolicy.yaml
|
||||||
- ./thelounge
|
- ./thelounge
|
||||||
- ./znc
|
- ./znc
|
||||||
|
|||||||
+7
-2
@@ -13,8 +13,13 @@ spec:
|
|||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
- from:
|
- from:
|
||||||
- ipBlock:
|
- namespaceSelector:
|
||||||
cidr: 0.0.0.0/0
|
matchLabels:
|
||||||
|
kubernetes.io/metadata.name: irc
|
||||||
|
- from:
|
||||||
|
- namespaceSelector:
|
||||||
|
matchLabels:
|
||||||
|
kubernetes.io/metadata.name: istio-system
|
||||||
|
|
||||||
egress:
|
egress:
|
||||||
# namespace-local
|
# namespace-local
|
||||||
|
|||||||
Reference in New Issue
Block a user