gitea-runner: use internal cluster URL to avoid CF tunnel timeouts on runner long-polling

This commit is contained in:
Will Anderson
2026-03-25 20:29:23 -05:00
parent ebb42a6dd2
commit 9904bce343
@@ -16,7 +16,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