Skip to content
Closed
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 @@ -9,6 +9,9 @@ metadata:
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
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 Down Expand Up @@ -77,6 +80,7 @@ spec:
app: packageserver
template:
metadata:
creationTimestamp: null
labels:
app: packageserver
spec:
Expand Down Expand Up @@ -110,6 +114,7 @@ spec:
imagePullPolicy: IfNotPresent
ports:
- containerPort: 5443
protocol: TCP
livenessProbe:
httpGet:
scheme: HTTPS
Expand Down