Skip to content

Commit 790846b

Browse files
authored
merge(actuator) : health 엔드포인트 노출하여 접근 오류 수정
[Merge] health 엔드포인트 노출하여 접근 오류 수정
2 parents 51a257c + 09158ab commit 790846b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/main/resources/application.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ management:
5858
endpoints:
5959
web:
6060
exposure:
61-
include: prometheus
61+
include: prometheus,health
6262
endpoint:
6363
prometheus:
6464
enabled: true
65+
health:
66+
show-details: always

0 commit comments

Comments
 (0)