From bbf681e74453900f9c71978959d59d04e186a0eb Mon Sep 17 00:00:00 2001 From: happybell80 Date: Thu, 4 Sep 2025 15:50:48 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20=ED=97=AC=EC=8A=A4=EC=B2=B4=ED=81=AC=20?= =?UTF-8?q?=EC=97=94=EB=93=9C=ED=8F=AC=EC=9D=B8=ED=8A=B8=20=ED=98=84?= =?UTF-8?q?=ED=99=A9=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - auth-server, frontend-base: /health 구현 확인 - gateway: /healthz (표준) 구현 확인 - 모든 주요 서비스 헬스체크 정상 --- plans/250831_todo_and_tech_debt.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plans/250831_todo_and_tech_debt.md b/plans/250831_todo_and_tech_debt.md index e0f290a..514d9ce 100644 --- a/plans/250831_todo_and_tech_debt.md +++ b/plans/250831_todo_and_tech_debt.md @@ -142,6 +142,12 @@ class UserIdentityService: - **전략**: merge 방식으로 통일 - **적용 범위**: 51123 admin, 51124 admin, happybell80 +### 헬스체크 엔드포인트 +- **auth-server**: `/health` ✅ 구현됨 +- **frontend-base**: `/health` ✅ 구현됨 +- **gateway**: `/healthz` ✅ 구현됨 (표준 경로) +- **상태**: 모든 주요 서비스 헬스체크 정상 (2025-09-04 확인) + ## 4. 250831 작업 요약 ### 완료된 작업 ✅