fix: gitea runner uses public URL via CF Access bypass
- Added Cloudflare Access bypass for git.neuralplatform.ai/api/actions/* restricted to Legion public IP (72.204.75.49) - Runner now registers and communicates with git.neuralplatform.ai directly - Job containers clone from https://git.neuralplatform.ai (proper name)
This commit is contained in:
@@ -8,7 +8,7 @@ resource "kubernetes_secret" "gitea_runner_secret" {
|
||||
}
|
||||
|
||||
data = {
|
||||
GITEA_INSTANCE_URL = "http://gitea.git.svc.cluster.local:3000"
|
||||
GITEA_INSTANCE_URL = "https://git.neuralplatform.ai"
|
||||
GITEA_RUNNER_REGISTRATION_TOKEN = var.gitea_runner_token
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user