config: expose health probes for active apps

This commit is contained in:
lingniu
2026-07-01 12:08:54 +08:00
parent a76cd3a8d6
commit 59edc7a8d4
6 changed files with 49 additions and 0 deletions

View File

@@ -90,6 +90,10 @@ management:
web:
exposure:
include: health,info,metrics,prometheus
endpoint:
health:
probes:
enabled: ${MANAGEMENT_HEALTH_PROBES_ENABLED:true}
health:
redis:
enabled: ${MANAGEMENT_HEALTH_REDIS_ENABLED:false}