fix(ci-runner): use NodePort HTTP URL to bypass Cloudflare gRPC issue

This commit is contained in:
Will Anderson
2026-04-23 13:15:16 -05:00
parent e69052d89e
commit c8ee5e66ee
@@ -18,7 +18,7 @@ spec:
creationPolicy: Owner
template:
data:
GITEA_INSTANCE_URL: "https://git.neuralplatform.ai"
GITEA_INSTANCE_URL: "http://192.168.8.148:30322"
GITEA_RUNNER_REGISTRATION_TOKEN: "{{ .runner_token }}"
data:
- secretKey: runner_token