Skip to content

[release-4.7] Bug 1969320: packageserver CSV: add missing properties #2192

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
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 @@ -80,6 +83,7 @@ spec:
app: packageserver
template:
metadata:
creationTimestamp: null
labels:
app: packageserver
spec:
Expand Down Expand Up @@ -113,6 +117,7 @@ spec:
imagePullPolicy: IfNotPresent
ports:
- containerPort: 5443
protocol: TCP
livenessProbe:
httpGet:
scheme: HTTPS
Expand Down