diff --git a/README.md b/README.md index ecd6993..f0ac581 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ sudo chown ubuntu:ubuntu /opt/act_runner # 방법 A) Web UI: Gitea > 저장소 Settings > Actions > Runners > "Create new Runner" # 방법 B) API: curl -sk -u "$GITEA_ADMIN_USER:$GITEA_ADMIN_PASSWORD" \ - -X GET "https://gitea.inje-private.com/api/v1/repos/selee/mlops-architecture/actions/runners/registration-token" \ + -X GET "https://gitea.inje-private.com/api/v1/repos/soo-rnd/mlops-architecture/actions/runners/registration-token" \ -H "Content-Type: application/json" # → {"token":""} 응답에서 토큰 복사 @@ -187,7 +187,7 @@ ssh ubuntu@runner "sudo systemctl restart act_runner" Helm으로 설치 완료. Gitea repo 등록 및 Application 생성 완료. - App 이름: `mlops-architecture` -- Source: `gitea.inje-private.com/selee/mlops-architecture` → `manifests/` +- Source: `gitea.inje-private.com/soo-rnd/mlops-architecture` → `manifests/` - Destination: 이 클러스터 `soo` 네임스페이스 - SyncPolicy: automated (prune + selfHeal)