We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf8a16 commit 88c373aCopy full SHA for 88c373a
deploy/chart/templates/0000_50_olm_01-networkpolicies.yaml
@@ -9,7 +9,6 @@ spec:
9
- Ingress
10
- Egress
11
---
12
----
13
apiVersion: networking.k8s.io/v1
14
kind: NetworkPolicy
15
metadata:
@@ -79,8 +78,19 @@ spec:
79
78
- ports:
80
- protocol: TCP
81
port: {{ .Values.package.service.internalPort }}
+ egress:
82
+ - ports:
83
+ - protocol: TCP
84
+ port: 50051 # catalog service
85
86
+ port: 53 # DNS
87
+ - protocol: UDP
88
89
90
+ port: {{ .Values.package.service.internalPort }} # package service
91
policyTypes:
92
93
+ - Egress
94
95
96
0 commit comments