Only expose necessary actuator endpoints (#12571)

This commit is contained in:
kezhenxu94 2022-10-28 07:40:32 +08:00 committed by GitHub
parent dc8d18cf87
commit 065d5caccc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -45,7 +45,7 @@ management:
endpoints:
web:
exposure:
include: '*'
include: health,metrics,prometheus
endpoint:
health:
enabled: true

View File

@ -89,7 +89,7 @@ management:
endpoints:
web:
exposure:
include: '*'
include: health,metrics,prometheus
endpoint:
health:
enabled: true

View File

@ -123,7 +123,7 @@ management:
endpoints:
web:
exposure:
include: '*'
include: health,metrics,prometheus
endpoint:
health:
enabled: true

View File

@ -220,7 +220,7 @@ management:
endpoints:
web:
exposure:
include: '*'
include: health,metrics,prometheus
endpoint:
health:
enabled: true

View File

@ -85,7 +85,7 @@ management:
endpoints:
web:
exposure:
include: '*'
include: health,metrics,prometheus
endpoint:
health:
enabled: true