This commit is contained in:
Ubuntu
2025-05-28 13:51:17 +00:00
parent a99d8fb6ce
commit 542718f644
10 changed files with 585 additions and 3 deletions
@@ -33,3 +33,19 @@ logging:
com.unicorn: DEBUG
org.hibernate.SQL: TRACE
# Actuator 설정
management:
endpoints:
web:
exposure:
include: health,info,metrics,prometheus
endpoint:
health:
show-details: always
probes:
enabled: true
health:
livenessState:
enabled: true
readinessState:
enabled: true