File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 18
18
app : olm-operator
19
19
spec :
20
20
serviceAccountName : olm-operator-serviceaccount
21
+ {{- if and .Values.installType (eq .Values.installType "ocp") }}
22
+ priorityClassName : " system-cluster-critical"
23
+ {{- end }}
21
24
containers :
22
25
- name : olm-operator
23
26
command :
47
50
{{- end }}
48
51
image : {{ .Values.olm.image.ref }}
49
52
imagePullPolicy : {{ .Values.olm.image.pullPolicy }}
50
- {{- if and .Values.installType (eq .Values.installType "ocp") }}
51
- priorityClassName : " system-cluster-critical"
52
- {{- end }}
53
53
ports :
54
54
- containerPort : {{ .Values.olm.service.internalPort }}
55
55
- containerPort : 8081
Original file line number Diff line number Diff line change 18
18
app : catalog-operator
19
19
spec :
20
20
serviceAccountName : olm-operator-serviceaccount
21
+ {{- if and .Values.installType (eq .Values.installType "ocp") }}
22
+ priorityClassName : " system-cluster-critical"
23
+ {{- end }}
21
24
containers :
22
25
- name : catalog-operator
23
26
command :
49
52
{{- end }}
50
53
image : {{ .Values.catalog.image.ref }}
51
54
imagePullPolicy : {{ .Values.catalog.image.pullPolicy }}
52
- {{- if and .Values.installType (eq .Values.installType "ocp") }}
53
- priorityClassName : " system-cluster-critical"
54
- {{- end }}
55
55
ports :
56
56
- containerPort : {{ .Values.catalog.service.internalPort }}
57
57
- containerPort : 8081
Original file line number Diff line number Diff line change 12
12
app : packageserver
13
13
spec :
14
14
serviceAccountName : packageserver
15
+ {{- if and .Values.installType (eq .Values.installType "ocp") }}
16
+ priorityClassName : " system-cluster-critical"
17
+ {{- end }}
15
18
{{- if .Values.package.nodeSelector }}
16
19
nodeSelector :
17
20
{{- toYaml .Values.package.nodeSelector | nindent 8 }}
41
44
{{- end }}
42
45
image : {{ .Values.package.image.ref }}
43
46
imagePullPolicy : {{ .Values.package.image.pullPolicy }}
44
- {{- if and .Values.installType (eq .Values.installType "ocp") }}
45
- priorityClassName : " system-cluster-critical"
46
- {{- end }}
47
47
ports :
48
48
- containerPort : {{ .Values.package.service.internalPort }}
49
49
livenessProbe :
You can’t perform that action at this time.
0 commit comments