fix: use internal cluster URL for runner to bypass Cloudflare WAF

This commit is contained in:
Ryan Moon
2026-04-02 20:56:47 -05:00
parent da841f37e9
commit f7a92e1237

View File

@@ -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: