fix: route runner to nginx ClusterIP to avoid DO LB hairpin
This commit is contained in:
@@ -13,6 +13,10 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: gitea-runner
|
app: gitea-runner
|
||||||
spec:
|
spec:
|
||||||
|
hostAliases:
|
||||||
|
- ip: 10.245.189.80
|
||||||
|
hostnames:
|
||||||
|
- git.lunarfront.tech
|
||||||
containers:
|
containers:
|
||||||
- name: runner
|
- name: runner
|
||||||
image: gitea/act_runner:latest
|
image: gitea/act_runner:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user