Skip to content

Commit

Permalink
Expose probe port
Browse files Browse the repository at this point in the history
  • Loading branch information
stone-z committed Oct 22, 2024
1 parent 19f1ed8 commit e3de043
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm/starboard-exporter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ spec:
- containerPort: 8080
name: metrics
protocol: TCP
- containerPort: 8081
name: probes
protocol: TCP
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit e3de043

Please sign in to comment.