fix: use internal Gitea service URL to avoid LB hairpin on gRPC
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user