Skip to content

Commit 2290f6b

Browse files
author
Per G. da Silva
committed
Reduce scope
Signed-off-by: Per G. da Silva <[email protected]>
1 parent 88c373a commit 2290f6b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

deploy/chart/templates/0000_50_olm_01-networkpolicies.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ spec:
2626
- ports:
2727
- protocol: TCP
2828
port: 6443 # kube-api service
29-
- protocol: TCP
30-
port: 50051 # catalog service
3129
- protocol: TCP
3230
port: 53 # DNS
3331
- protocol: UDP
@@ -59,8 +57,6 @@ spec:
5957
port: 53 # DNS
6058
- protocol: UDP
6159
port: 53 # DNS
62-
- protocol: TCP
63-
port: {{ .Values.package.service.internalPort }} # package service
6460
policyTypes:
6561
- Ingress
6662
- Egress
@@ -86,8 +82,6 @@ spec:
8682
port: 53 # DNS
8783
- protocol: UDP
8884
port: 53 # DNS
89-
- protocol: TCP
90-
port: {{ .Values.package.service.internalPort }} # package service
9185
policyTypes:
9286
- Ingress
9387
- Egress

0 commit comments

Comments
 (0)