Skip to content

Commit

Permalink
add missing server-metrics port for mlserver server config
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelcheah committed Aug 8, 2023
1 parent cb15477 commit 37c238c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1663,6 +1663,8 @@ spec:
- containerPort: 9000
name: server-http
protocol: TCP
- containerPort: 8082
name: server-metrics
readinessProbe:
httpGet:
path: /v2/health/live
Expand Down

0 comments on commit 37c238c

Please sign in to comment.