File tree Expand file tree Collapse file tree 2 files changed +3
-17
lines changed Expand file tree Collapse file tree 2 files changed +3
-17
lines changed Original file line number Diff line number Diff line change 43
43
- {{ .Values.networkPolicy.dns | toYaml | nindent 6 | trimSuffix "\n" }}
44
44
- ports : # This is another distinct rule in the egress list
45
45
- protocol : TCP
46
- port : {{ .Values.catalogGrpcServicePort }}
46
+ port : {{ .Values.catalogGrpcPodPort }}
47
47
policyTypes :
48
48
- Ingress
49
49
- Egress
65
65
- {{ .Values.networkPolicy.dns | toYaml | nindent 6 | trimSuffix "\n" }}
66
66
- ports :
67
67
- protocol : TCP
68
- port : {{ .Values.catalogGrpcServicePort }}
68
+ port : {{ .Values.catalogGrpcPodPort }}
69
69
policyTypes :
70
70
- Ingress
71
71
- Egress
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ writeStatusName: '""'
19
19
imagestream : false
20
20
debug : false
21
21
installType : upstream
22
- catalogGrpcServicePort : 50051
22
+ catalogGrpcPodPort : 50051
23
23
24
24
olm :
25
25
replicaCount : 1
@@ -85,24 +85,10 @@ networkPolicy:
85
85
port : 53
86
86
- protocol : UDP
87
87
port : 53
88
- to :
89
- - namespaceSelector :
90
- matchLabels :
91
- kubernetes.io/metadata.name : kube-system
92
- podSelector :
93
- matchLabels :
94
- k8s-app : kube-dns
95
88
kubeAPIServer :
96
89
ports :
97
90
- protocol : TCP
98
91
port : 6443
99
- to :
100
- - namespaceSelector :
101
- matchLabels :
102
- kubernetes.io/metadata.name : kube-system
103
- podSelector :
104
- matchLabels :
105
- component : kube-apiserver
106
92
metrics :
107
93
ports :
108
94
- protocol : TCP
You can’t perform that action at this time.
0 commit comments