File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
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
@@ -96,13 +96,6 @@ networkPolicy:
96
96
ports :
97
97
- protocol : TCP
98
98
port : 6443
99
- to :
100
- - namespaceSelector :
101
- matchLabels :
102
- kubernetes.io/metadata.name : kube-system
103
- podSelector :
104
- matchLabels :
105
- component : kube-apiserver
106
99
metrics :
107
100
ports :
108
101
- protocol : TCP
You can’t perform that action at this time.
0 commit comments