chore: 데모 배포 환경과 운영 검증 절차를 구성 - #97
Open
hywznn wants to merge 5 commits into
Open
Conversation
Member
|
@hywznn 먼저 fowoco/server, ai부분에 infra 연결 해놓고 멘션 드리겠습니다. |
BcKmini
requested changes
Aug 6, 2026
| permissions: | ||
| contents: read | ||
|
|
||
| concurrency: |
BcKmini
previously approved these changes
Aug 6, 2026
6 tasks
infra의 namespace/postgres/server 매니페스트를 매 배포마다 자동으로 kubectl apply하도록 변경 (client/ai와 동일 패턴, fowoco/client#262, fowoco/ai#22). deployment/server 존재 여부를 수동으로 먼저 맞춰둘 필요가 없어짐 — Secret(postgres-secret/server-env) 두 개만 여전히 수동 생성 대상. runbook도 이 변화에 맞춰 갱신.
Member
|
야호.. 깃허브 서버 이상해 |
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.
왜 필요한가요?
데모도 실제 배포이므로 개발자 PC에서만 실행되는 구조가 아니라, PostgreSQL과 Server 컨테이너를 재현 가능하게 실행하고 장애 시 확인·복구할 수 있어야 합니다.
Refs #9
무엇이 바뀌나요?
compose.demo.yml을 추가했습니다.검증
clean test bootJar성공10001:10001로 실행되는 것을 확인/health응답 확인201, 로그인200확인현재 남은 작업
deployment/server최초 배포Instant바인딩 오류는 #94에서 후속 처리따라서 이 PR은 Server 배포 준비 범위이며, #9 전체 완료는 infra 최초 배포와 클러스터 Smoke Test 후 판단합니다.
리뷰 시 확인할 부분
server-env계약