fix(infra): restore production admin api ingress - #3721
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review. 📝 WalkthroughWalkthroughThe production admin API overlay adds a Traefik Ingress with TLS, HTTPS redirection, and routing for ChangesAdmin API ingress
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to This change restores the production admin API ingress while preserving the existing gateway and TLS routing behavior; no actionable merge-blocking risk remains after normal checks and review. Sequence Diagram(s)sequenceDiagram
participant Client
participant Traefik
participant admin-api-server
Client->>Traefik: HTTPS request to codedang.com
Traefik->>Traefik: Apply TLS and HTTPS routing
Traefik->>admin-api-server: Forward /graphql or /admin-api to port 3000
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (2 skipped: 2 unsupported.) ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Description
Gateway 전환 중 admin API 외부 경로가 중단되지 않도록 production overlay에 Ingress를 복구합니다.
Additional context
HTTPRoute는 유지하며 production과 stage overlay 렌더링을 확인했습니다.
Before submitting the PR, please make sure you do the following
Summary by CodeRabbit
/graphqland/admin-apipaths.codedang.com.