From f7a92e12378687bb4f700644cb7258ced6cd1323 Mon Sep 17 00:00:00 2001 From: Ryan Moon Date: Thu, 2 Apr 2026 20:56:47 -0500 Subject: [PATCH] fix: use internal cluster URL for runner to bypass Cloudflare WAF --- runner/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runner/deployment.yaml b/runner/deployment.yaml index 0435056..5a6abac 100644 --- a/runner/deployment.yaml +++ b/runner/deployment.yaml @@ -25,7 +25,7 @@ spec: memory: 2Gi env: - name: GITEA_INSTANCE_URL - value: https://git.lunarfront.tech + value: http://gitea-http.gitea.svc.cluster.local:3000 - name: GITEA_RUNNER_REGISTRATION_TOKEN valueFrom: secretKeyRef: