Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
Set a name for the port (#18)
Browse files Browse the repository at this point in the history
* Change to publish metrics

* reflect comments

Signed-off-by: zeroalphat <[email protected]>

---------

Signed-off-by: zeroalphat <[email protected]>
  • Loading branch information
zeroalphat authored Apr 17, 2024
1 parent 6c6203a commit 1b7f38d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@ spec:
capabilities:
drop:
- "ALL"
ports:
- name: metrics
containerPort: 8080
- name: health
containerPort: 8081
- name: webhook
containerPort: 9443
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 1b7f38d

Please sign in to comment.