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
|
||||
spec:
|
||||
hostNetwork: true
|
||||
dnsPolicy: ClusterFirstWithHostNet
|
||||
containers:
|
||||
- name: runner
|
||||
image: gitea/act_runner:latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue