Skip to content

Commit

Permalink
Add ports for deployment spec
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
  • Loading branch information
stefanprodan committed May 30, 2024
1 parent f6f895f commit 70d0734
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/manager/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ spec:
capabilities:
drop:
- "ALL"
ports:
- containerPort: 8080
name: http-metrics
protocol: TCP
- containerPort: 8081
name: http
protocol: TCP
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 70d0734

Please sign in to comment.