config: expose health probes for active apps
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user