Skip to content

Commit

Permalink
fix: only expose health and metrics endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl committed Jan 8, 2025
1 parent a80e4de commit 1616df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ management:
endpoints:
web:
exposure:
include: "*"
include: "health,prometheus"
health:
livenessstate:
enabled: true
Expand Down

0 comments on commit 1616df6

Please sign in to comment.