Skip to content

Commit 0272bb6

Browse files
committed
Expose port 8081 in the manager pods
Signed-off-by: Andreas Lindhé <[email protected]>
1 parent 1229c0a commit 0272bb6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/manager/manager.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ spec:
5656
- containerPort: 8080
5757
name: metrics
5858
protocol: TCP
59+
- containerPort: 8081
60+
name: healthz
61+
protocol: TCP
5962
securityContext:
6063
allowPrivilegeEscalation: false
6164
readOnlyRootFilesystem: true

0 commit comments

Comments
 (0)