obsidian: 정본 문서에서 히스토리/인시던트 분리 완료
15개 정본 문서에서 날짜별 변경이력, 인시던트 기록, 폐기된 구현 상세를 history/ 디렉토리로 분리. 정본은 현재 상태만 기술하는 백서 형태로 정리. 각 정본에 history 위키링크 추가. 분리된 history 파일 12건: - apisix git push 500, k3s postgresql migration, apisix→traefik 전환 - netbis DDoS 공격, gitea 이전/분리, usb 2.5g hang + NFS hard mount - supabase→patroni, apisix etcd 통합/분리, anomaly-detect 재설계 - patroni failover incident, zlambda nixos migration, ops-agents setup Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -27,9 +27,6 @@ K3s 클러스터에서 Helm 차트(gitea/gitea 12.5.0)로 운영. 네임스페
|
||||
helm upgrade gitea gitea/gitea -n gitea -f ~/k8s/gitea/values.yaml
|
||||
```
|
||||
|
||||
### 이전 (Synology)
|
||||
|
||||
2026-03-15 Synology NAS(192.168.9.100, SQLite)에서 K3s(PostgreSQL)로 이전 완료. Synology 패키지 중지됨 (데이터 보존 중).
|
||||
|
||||
## 이미지 레지스트리
|
||||
|
||||
@@ -47,9 +44,6 @@ helm upgrade gitea gitea/gitea -n gitea -f ~/k8s/gitea/values.yaml
|
||||
|
||||
R2에 저장되는 데이터: packages, lfs, attachments, avatars, repo-avatars, repo-archive, actions_log, actions_artifacts
|
||||
|
||||
### BunnyCDN Pull Zone 분리 (2026-03-27)
|
||||
|
||||
Gitea는 iron-kr에서 **iron-git** (ID 5584382)으로 분리. 이유: iron-kr의 `BlockNoneReferrer: true`가 git 클라이언트(Referrer 없음)를 차단하여 git push/pull 403 에러 발생. iron-git은 `BlockNoneReferrer: false`로 설정.
|
||||
|
||||
## 컨테이너 레지스트리
|
||||
|
||||
@@ -103,19 +97,7 @@ K8s CronJob `gitea-backup` (매일 03:00 UTC):
|
||||
- 7일 보존, Longhorn PVC 10Gi
|
||||
- 매니페스트: `~/k8s/gitea/backup-cronjob.yaml`
|
||||
|
||||
## 도메인 이전 (2026-03-28)
|
||||
|
||||
기존 `gitea.anvil.it.com` 도메인을 `gitea.inouter.com`으로 완전 교체.
|
||||
|
||||
변경 항목:
|
||||
- DNS: Cloudflare CNAME → iron-git.b-cdn.net + BunnyCDN Free SSL
|
||||
- K8s: HTTPRoute, Helm values (DOMAIN, ROOT_URL), CoreDNS 헤어핀 rewrite
|
||||
- ArgoCD: 4개 앱 repoURL + 8개 repo secret
|
||||
- Gitea Runner: `.runner`, `.docker/config.json`, `/etc/hosts`
|
||||
- Mailgun: 기존 `gitea@anvil.it.com` → `gitea@inouter.com` credential 교체
|
||||
- 4개 repo CI workflow 이미지 경로 수정
|
||||
- 컨테이너 이미지 경로: 5개 Deployment
|
||||
- 로컬 git remote 6개, Obsidian 문서 7개, CLAUDE.md, Vault secret
|
||||
이전/분리/도메인 변경 이력: [[../history/2026-03-various-gitea-changes|history]]
|
||||
|
||||
## 트러블슈팅
|
||||
|
||||
@@ -129,4 +111,3 @@ curl -s -X PATCH "https://gitea.inouter.com/api/v1/admin/users/kaffa" \
|
||||
```
|
||||
|
||||
- API 토큰, 비밀번호: Vault `secret/apps/gitea`
|
||||
- 2026-03-17 웹 로그인 불가 → API로 비밀번호 리셋하여 해결
|
||||
|
||||
Reference in New Issue
Block a user