fix(ci-runner): use internal cluster URL for runner registration (gRPC)

This commit is contained in:
Will Anderson
2026-04-23 12:57:11 -05:00
parent b1898a7a0f
commit 28fb4e29f4
@@ -18,7 +18,7 @@ spec:
creationPolicy: Owner
template:
data:
GITEA_INSTANCE_URL: "https://git.neuralplatform.ai"
GITEA_INSTANCE_URL: "http://gitea.git.svc.cluster.local:3000"
GITEA_RUNNER_REGISTRATION_TOKEN: "{{ .runner_token }}"
data:
- secretKey: runner_token