refactor: 문서 개선 중

This commit is contained in:
donghyeon-ka
2026-09-21 14:30:55 +09:00
parent c93cdea150
commit 805a18f486
1497 changed files with 525837 additions and 59152 deletions
@@ -10,15 +10,15 @@
## Elements and evidence
- **옛 버전 롤백** (process): 이미지 태그를 옛 버전으로 되돌린다. Evidence: L483L490.
- **Liquibase 검증** (process): 새 버전이 남긴 체크섬을 거부한다. Evidence: L483L491.
- **StatefulSet 롤링 업데이트** (process): 첫 파드가 실패하면 거기서 멈춘다. Evidence: L492L497.
- **외부 서비스** (service): 남은 파드가 계속 200 을 낸다. Evidence: L492L498.
- **databasechangelog 행 수** (datastore): 전후로 같으면 롤백된다. Evidence: L499L505.
- **옛 버전 롤백** (process): 이미지 태그를 옛 버전으로 되돌린다. Evidence: L988L995.
- **Liquibase 검증** (process): 새 버전이 남긴 체크섬을 거부한다. Evidence: L988L996.
- **StatefulSet 롤링 업데이트** (process): 첫 파드가 실패하면 거기서 멈춘다. Evidence: L997L999.
- **외부 서비스** (service): 남은 파드가 계속 200 을 낸다. Evidence: L997L1003.
- **databasechangelog 행 수** (datastore): 전후로 같으면 롤백된다. Evidence: L1006L1008.
## Relationships
- **Liquibase 검증 → databasechangelog 행 수:** 판단 기준. Evidence: L499L505.
- **Liquibase 검증 → StatefulSet 롤링 업데이트:** 중단 지점. Evidence: L492L497.
- **옛 버전 롤백 → Liquibase 검증:** 기동 시 검증. Evidence: L483L491.
- **StatefulSet 롤링 업데이트 → 외부 서비스:** 잔여 파드 응답. Evidence: L492L498.
- **Liquibase 검증 → databasechangelog 행 수:** 판단 기준. Evidence: L1006L1008.
- **Liquibase 검증 → StatefulSet 롤링 업데이트:** 중단 지점. Evidence: L997L999.
- **옛 버전 롤백 → Liquibase 검증:** 기동 시 검증. Evidence: L988L996.
- **StatefulSet 롤링 업데이트 → 외부 서비스:** 잔여 파드 응답. Evidence: L997L1003.