Skip to content

Commit

Permalink
feat(k8s): add actuator exposition in kserver ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
davinkevin committed Aug 31, 2019
1 parent 800852d commit 145656b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/src/main/k8s/kserver/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ spec:
backend:
serviceName: podcast-server
servicePort: 8080
- path: /actuator
backend:
serviceName: podcast-server
servicePort: 8080
- path: /data
backend:
serviceName: fs
Expand Down

0 comments on commit 145656b

Please sign in to comment.