fix(ci): set dnsPolicy to ClusterFirstWithHostNet for runner

This commit is contained in:
fchinembiri 2026-05-01 08:37:46 +02:00
parent 5ce2c42e2e
commit 93f6123b28
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ spec:
app: gitea-runner app: gitea-runner
spec: spec:
hostNetwork: true hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
containers: containers:
- name: runner - name: runner
image: gitea/act_runner:latest image: gitea/act_runner:latest