From 285ae3665c02f1db7e5c96f9a54c9eb6128a902c Mon Sep 17 00:00:00 2001 From: Ryan Moon Date: Fri, 3 Apr 2026 06:33:08 -0500 Subject: [PATCH] fix: route runner to nginx ClusterIP to avoid DO LB hairpin --- runner/deployment.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/runner/deployment.yaml b/runner/deployment.yaml index 0435056..ce4a128 100644 --- a/runner/deployment.yaml +++ b/runner/deployment.yaml @@ -13,6 +13,10 @@ spec: labels: app: gitea-runner spec: + hostAliases: + - ip: 10.245.189.80 + hostnames: + - git.lunarfront.tech containers: - name: runner image: gitea/act_runner:latest