add dnsPolicy to gitea-act-runner deployment for improved DNS resolution

This commit is contained in:
2025-06-12 07:56:03 +05:30
parent 9aff3be594
commit adb26aa622

View File

@@ -19,6 +19,7 @@ spec:
spec:
restartPolicy: Always
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
volumes:
- name: docker-certs
emptyDir: {}