From adb26aa6229d87096bfa9e661fa5c16f3805e787 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Thu, 12 Jun 2025 07:56:03 +0530 Subject: [PATCH] add dnsPolicy to gitea-act-runner deployment for improved DNS resolution --- cluster/apps/gitea/gitea-act.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster/apps/gitea/gitea-act.yml b/cluster/apps/gitea/gitea-act.yml index 2f46bac..03cc628 100644 --- a/cluster/apps/gitea/gitea-act.yml +++ b/cluster/apps/gitea/gitea-act.yml @@ -19,6 +19,7 @@ spec: spec: restartPolicy: Always hostNetwork: true + dnsPolicy: ClusterFirstWithHostNet volumes: - name: docker-certs emptyDir: {}