fix: use internal Gitea service URL to avoid LB hairpin on gRPC

This commit is contained in:
Ryan Moon
2026-04-03 06:36:39 -05:00
parent 285ae3665c
commit fd5be2805f

View File

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