Skip to content

Commit 956d69d

Browse files
committed
Updated health check for Authentication Service and Metadata Service
1 parent cc0e06a commit 956d69d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ kubectl get pods -n microforge-dev-ns
148148

149149
### **Authentication Service (Go - Port 8082)**
150150
```http
151-
GET /api/health # Health check
151+
GET /api/auth/health # Health check
152152
POST /api/validate # JWT token validation
153153
GET /api/verify/:token # Token verification
154154
GET /api/protected/profile # Protected user profile
@@ -164,7 +164,7 @@ GET /api/users # User management
164164

165165
### **Metadata Service (Python - Port 8084)**
166166
```http
167-
GET /api/health # Health check
167+
GET /api/metadata/health # Health check
168168
GET /api/metadata/instance # System instance metadata
169169
GET /api/metadata/deployment # Deployment information
170170
POST /api/stress/start # Performance stress testing

0 commit comments

Comments
 (0)