Skip to content

Commit

Permalink
kubelint fix: expose port on manager
Browse files Browse the repository at this point in the history
Signed-off-by: vbadrina <[email protected]>
  • Loading branch information
vbnrh committed Jan 31, 2024
1 parent eed48ca commit a3aa0ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ spec:
- --leader-elect
image: controller:latest
name: manager
ports:
- containerPort: 8081
protocol: TCP
env:
- name: TOKEN_EXCHANGE_IMAGE
value: ${IMG}
Expand Down

0 comments on commit a3aa0ea

Please sign in to comment.