fix: restore hostNetwork for DNS

This commit is contained in:
fchinembiri 2026-05-08 16:33:43 +02:00
parent e4d70cb538
commit 502cb08b1e
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ spec:
app: gitea-runner app: gitea-runner
spec: spec:
serviceAccountName: gitea-runner-sa serviceAccountName: gitea-runner-sa
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
containers: containers:
- name: runner - name: runner
image: gitea/act_runner:latest image: gitea/act_runner:latest