Skip to content
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
3 changes: 3 additions & 0 deletions deploy/upstream/quickstart/olm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ spec:
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8080
protocol: TCP
- containerPort: 8081
name: metrics
protocol: TCP
Expand Down Expand Up @@ -132,6 +133,7 @@ spec:
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8080
protocol: TCP
- containerPort: 8081
name: metrics
protocol: TCP
Expand Down Expand Up @@ -295,6 +297,7 @@ spec:
imagePullPolicy: Always
ports:
- containerPort: 5443
protocol: TCP
livenessProbe:
httpGet:
scheme: HTTPS
Expand Down