Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ metadata:
olm.version: 0.17.0
olm.clusteroperator.name: operator-lifecycle-manager-packageserver
spec:
cleanup:
enabled: false
customresourcedefinitions: {}
displayName: Package Server
description: Represents an Operator package that is available from a given CatalogSource which will resolve to a ClusterServiceVersion.
minKubeVersion: 1.11.0
Expand All @@ -24,6 +21,9 @@ spec:
email: openshift-operators@redhat.com
provider:
name: Red Hat
cleanup:
enabled: false
customresourcedefinitions: {}
links:
- name: Package Server
url: https://github.com/operator-framework/operator-lifecycle-manager/tree/master/pkg/package-server
Expand Down Expand Up @@ -88,9 +88,9 @@ spec:
metadata:
annotations:
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
creationTimestamp: null
labels:
app: packageserver
creationTimestamp: null
spec:
serviceAccountName: olm-operator-serviceaccount
priorityClassName: "system-cluster-critical"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ spec:
email: openshift-operators@redhat.com
provider:
name: Red Hat
cleanup:
enabled: false
customresourcedefinitions: {}
links:
- name: Package Server
url: https://github.com/operator-framework/operator-lifecycle-manager/tree/master/pkg/package-server
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ spec:
{{- end }}
labels:
app: packageserver
creationTimestamp: null
spec:
serviceAccountName: olm-operator-serviceaccount
{{- if and .Values.installType (eq .Values.installType "ocp") }}
Expand Down Expand Up @@ -53,6 +54,7 @@ spec:
imagePullPolicy: {{ .Values.package.image.pullPolicy }}
ports:
- containerPort: {{ .Values.package.service.internalPort }}
protocol: TCP
livenessProbe:
httpGet:
scheme: HTTPS
Expand Down