File tree Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ spec:
109
109
- --watched-namespaces
110
110
- {{ .Values.watchedNamespaces }}
111
111
{{- end }}
112
+ - --secure-port={{ .Values.package.service.internalPort }}
112
113
- --global-namespace
113
114
- {{ .Values.namespace }}
114
115
- --debug
@@ -154,6 +155,6 @@ spec:
154
155
ports :
155
156
- port : 443
156
157
protocol : TCP
157
- targetPort : 443
158
+ targetPort : {{ .Values.package.service.internalPort }}
158
159
selector :
159
160
app : package-server
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ package:
24
24
ref : quay.io/coreos/olm:master
25
25
pullPolicy : Always
26
26
service :
27
- internalPort : 443
27
+ internalPort : 5443
28
28
29
29
catalog_sources :
30
30
- rh-operators
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ package:
22
22
ref : quay.io/coreos/olm@sha256:f3b170c8c1cd29c5452afd961e73bada7402623310290926c649cce0b4310470
23
23
pullPolicy : Always
24
24
service :
25
- internalPort : 443
25
+ internalPort : 5443
26
26
catalog_sources :
27
27
- rh-operators
28
- - certified-operators
28
+ - certified-operators
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ package:
22
22
ref : quay.io/coreos/olm@sha256:f3b170c8c1cd29c5452afd961e73bada7402623310290926c649cce0b4310470
23
23
pullPolicy : Always
24
24
service :
25
- internalPort : 443
25
+ internalPort : 5443
26
26
catalog_sources :
27
- - rh-operators
27
+ - rh-operators
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ package:
22
22
ref : quay.io/coreos/olm@sha256:f3b170c8c1cd29c5452afd961e73bada7402623310290926c649cce0b4310470
23
23
pullPolicy : Always
24
24
service :
25
- internalPort : 443
25
+ internalPort : 5443
26
26
catalog_sources :
27
- - rh-operators
27
+ - rh-operators
You can’t perform that action at this time.
0 commit comments