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 4343 - {{ .Values.networkPolicy.dns | toYaml | nindent 6 | trimSuffix "\n" }}
4444 - ports : # This is another distinct rule in the egress list
4545 - protocol : TCP
46- port : {{ .Values.catalogGrpcServicePort }}
46+ port : {{ .Values.catalogGrpcPodPort }}
4747 policyTypes :
4848 - Ingress
4949 - Egress
6565 - {{ .Values.networkPolicy.dns | toYaml | nindent 6 | trimSuffix "\n" }}
6666 - ports :
6767 - protocol : TCP
68- port : {{ .Values.catalogGrpcServicePort }}
68+ port : {{ .Values.catalogGrpcPodPort }}
6969 policyTypes :
7070 - Ingress
7171 - Egress
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ writeStatusName: '""'
1919imagestream : false
2020debug : false
2121installType : upstream
22- catalogGrpcServicePort : 50051
22+ catalogGrpcPodPort : 50051
2323
2424olm :
2525 replicaCount : 1
@@ -96,13 +96,6 @@ networkPolicy:
9696 ports :
9797 - protocol : TCP
9898 port : 6443
99- to :
100- - namespaceSelector :
101- matchLabels :
102- kubernetes.io/metadata.name : kube-system
103- podSelector :
104- matchLabels :
105- component : kube-apiserver
10699 metrics :
107100 ports :
108101 - protocol : TCP
You can’t perform that action at this time.
0 commit comments