All checks were successful
build-and-push / build (push) Successful in 31s
- 메일 검색(제목·보낸이·내용·메모) - 제목에서 Re:/Fwd: 제거, 대신 '원문/답장 N' 배지 + 상세에 '대화 i/n' 행 - 상세에 원문·이전·다음 이동 버튼(같은 스레드의 보이는 메일로 스크롤 이동) - 행에 발신자 아바타(이니셜)로 한눈에 파악, HTML 본문은 sandbox iframe로 크게 렌더 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
spin-frontend
배포: infra repo → manifests/apps/internal/spin-frontend/ → ArgoCD ApplicationSet apps → internal ns.
CI
master 또는 main push → Gitea Actions 가 image build + push (:<sha> + :latest) → git.special-partners.com/admin/spin-frontend.
빌드 결과는 자동 배포됩니다 — ArgoCD Image Updater 가 :latest digest 변화를 추적해
infra repo 에 digest 를 write-back 하고 ArgoCD 가 새 이미지로 sync 합니다. (kubectl set image 불필요)
필요 repo secrets (Settings → Actions → Secrets and Variables)
REGISTRY_USER— Gitea usernameREGISTRY_TOKEN— Gitea PAT (scope:read:package,write:package)
환경 변수
.env.sample 참고. 클러스터에선 K8s Secret/value로 자동 주입.
컨테이너 port
8080 (Dockerfile EXPOSE). 변경 시 deployment.yaml의 containerPort 같이 수정.
Description
Languages
TypeScript
97.7%
CSS
0.9%
JavaScript
0.8%
HTML
0.4%
Dockerfile
0.2%