프로덕션 배포 준비를 위해 vLLM pod를 prod namespace로 이동#657
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
프로덕션 배포 준비를 위해 vLLM 리소스를 dev 오버레이에서 제거하고 prod 오버레이에 포함시키며, 관련 문서/클라이언트 접근 경로 및 프론트 UI 태그 표시 스타일을 함께 정리하는 PR입니다.
Changes:
kubernetes/overlays/prod에../../base/vllm리소스를 추가하고dev오버레이에서는 제거- vLLM 배포 가이드(README)를 prod 기준으로 업데이트(배포/확인 네임스페이스, 이미지/모델 정보 등)
- 백엔드 vLLM 호출 URL을 prod 네임스페이스 기준으로 변경하고, 문제 리스트 우측 UI의 카테고리 태그 레이아웃/말줄임 처리 개선
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| kubernetes/overlays/prod/kustomization.yaml | prod 오버레이에 vLLM base 리소스를 포함하도록 변경 |
| kubernetes/overlays/dev/kustomization.yaml | dev 오버레이에서 vLLM base 리소스를 제거 |
| kubernetes/base/vllm/README.md | vLLM 배포/확인 가이드를 prod 기준으로 갱신 |
| frontend/src/pages/oj/views/problem/problemList/rightSideComponent/RecommendProblem.vue | 추천 문제 카드의 태그 영역 줄바꿈/간격/말줄임 스타일 보강 |
| frontend/src/pages/oj/views/problem/problemList/rightSideComponent/MostDifficultProblemLastWeekBox.vue | 지난주 최난이도 문제 박스의 태그 영역 줄바꿈/간격/말줄임 스타일 보강 |
| backend/problem/llm_hint.py | 클러스터 내 vLLM 호출 엔드포인트를 prod 네임스페이스 기준으로 변경 |
|
|
||
| LOCAL_VLLM_CHAT_COMPLETIONS_URL = "http://localhost:8000/v1/chat/completions" | ||
| CLUSTER_VLLM_CHAT_COMPLETIONS_URL = "http://vllm:8000/v1/chat/completions" | ||
| CLUSTER_VLLM_CHAT_COMPLETIONS_URL = "http://vllm.code-place-prod:8000/v1/chat/completions" |
f7cb034 to
c6ee155
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog
Testing
Ops Impact
Version Compatibility
N/A