fix(ci): set dnsPolicy to ClusterFirstWithHostNet for runner
This commit is contained in:
parent
5ce2c42e2e
commit
93f6123b28
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue