fix: restore hostNetwork for DNS
This commit is contained in:
parent
e4d70cb538
commit
502cb08b1e
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue