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: spec:
restartPolicy: Always restartPolicy: Always
hostNetwork: true hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
volumes: volumes:
- name: docker-certs - name: docker-certs
emptyDir: {} emptyDir: {}