fix: restore hostNetwork for DNS
This commit is contained in:
parent
e4d70cb538
commit
502cb08b1e
|
|
@ -16,6 +16,8 @@ spec:
|
|||
app: gitea-runner
|
||||
spec:
|
||||
serviceAccountName: gitea-runner-sa
|
||||
hostNetwork: true
|
||||
dnsPolicy: ClusterFirstWithHostNet
|
||||
containers:
|
||||
- name: runner
|
||||
image: gitea/act_runner:latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue