fix(ci-runner): use NodePort HTTP URL to bypass Cloudflare gRPC issue
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user