From fd5be2805fcc121d847b4cc42b9167e4f6504a6a Mon Sep 17 00:00:00 2001 From: Ryan Moon Date: Fri, 3 Apr 2026 06:36:39 -0500 Subject: [PATCH] fix: use internal Gitea service URL to avoid LB hairpin on gRPC --- runner/deployment.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/runner/deployment.yaml b/runner/deployment.yaml index ce4a128..5a6abac 100644 --- a/runner/deployment.yaml +++ b/runner/deployment.yaml @@ -13,10 +13,6 @@ spec: labels: app: gitea-runner spec: - hostAliases: - - ip: 10.245.189.80 - hostnames: - - git.lunarfront.tech containers: - name: runner image: gitea/act_runner:latest @@ -29,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: