Skip to content

Commit

Permalink
chore(deploy): set priorityclass on olm pods
Browse files Browse the repository at this point in the history
  • Loading branch information
ecordell committed Mar 20, 2019
1 parent ef6f544 commit d618cdb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ spec:
{{- end }}
image: {{ .Values.olm.image.ref }}
imagePullPolicy: {{ .Values.olm.image.pullPolicy }}
priorityClassName: "system-cluster-critical"
ports:
- containerPort: {{ .Values.olm.service.internalPort }}
livenessProbe:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ spec:
{{- end }}
image: {{ .Values.catalog.image.ref }}
imagePullPolicy: {{ .Values.catalog.image.pullPolicy }}
priorityClassName: "system-cluster-critical"
ports:
- containerPort: {{ .Values.catalog.service.internalPort }}
livenessProbe:
Expand Down
1 change: 1 addition & 0 deletions deploy/chart/templates/_packageserver.deployment-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ spec:
{{- end }}
image: {{ .Values.package.image.ref }}
imagePullPolicy: {{ .Values.package.image.pullPolicy }}
priorityClassName: "system-cluster-critical"
ports:
- containerPort: {{ .Values.package.service.internalPort }}
livenessProbe:
Expand Down

0 comments on commit d618cdb

Please sign in to comment.