sp-lab 4dac89e313
All checks were successful
build-and-push / build (push) Successful in 32s
fix(mailsync): impersonation 불가 메일박스는 스킵 (동기화 전체 실패 방지)
멤버 목록에 개인 Gmail(theorose49@gmail.com) 등 Workspace 도메인 밖 계정이
섞여 있으면 도메인 전체 위임 token 교환이 unauthorized_client로 실패하는데,
기존엔 이 한 계정 실패가 firstErr로 잡혀 프로젝트 전체 동기화가 오류로
마크됐다(나머지 멤버 메일은 정상 수집됐는데도). 이제 해당 메일박스만
로그 남기고 건너뛴다.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-30 08:14:34 +00:00

spin-backend

배포: infra repomanifests/apps/internal/spin-backend/ → ArgoCD ApplicationSet appsinternal ns.

CI

master 또는 main push → Gitea Actions 가 image build + push (:<sha> + :latest) → git.special-partners.com/admin/spin-backend.

빌드 결과는 자동 배포됩니다 — ArgoCD Image Updater 가 :latest digest 변화를 추적해 infra repo 에 digest 를 write-back 하고 ArgoCD 가 새 이미지로 sync 합니다. (kubectl set image 불필요)

필요 repo secrets (Settings → Actions → Secrets and Variables)

환경 변수

.env.sample 참고. 클러스터에선 K8s Secret/value로 자동 주입.

컨테이너 port

8080 (Dockerfile EXPOSE). 변경 시 deployment.yaml의 containerPort 같이 수정.

Description
No description provided
Readme 340 KiB
Languages
Go 99.7%
Dockerfile 0.3%