Skip to content

Commit 729b3f8

Browse files
lgocamilamacedo86
authored andcommitted
add protocols to all ports in olm.yaml quickstart (operator-framework#3421)
1 parent ebd26f6 commit 729b3f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deploy/upstream/quickstart/olm.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ spec:
7272
imagePullPolicy: IfNotPresent
7373
ports:
7474
- containerPort: 8080
75+
protocol: TCP
7576
- containerPort: 8081
7677
name: metrics
7778
protocol: TCP
@@ -132,6 +133,7 @@ spec:
132133
imagePullPolicy: IfNotPresent
133134
ports:
134135
- containerPort: 8080
136+
protocol: TCP
135137
- containerPort: 8081
136138
name: metrics
137139
protocol: TCP
@@ -295,6 +297,7 @@ spec:
295297
imagePullPolicy: Always
296298
ports:
297299
- containerPort: 5443
300+
protocol: TCP
298301
livenessProbe:
299302
httpGet:
300303
scheme: HTTPS

0 commit comments

Comments
 (0)