From b032abdb8eb4efee57770af5cb5ef49ba0ff4186 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Thu, 12 Jun 2025 07:47:43 +0530 Subject: [PATCH] enable host networking for gitea-act-runner deployment --- 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 754e12b..663bc94 100644 --- a/cluster/apps/gitea/gitea-act.yml +++ b/cluster/apps/gitea/gitea-act.yml @@ -18,6 +18,7 @@ spec: app: gitea-act-runner spec: restartPolicy: Always + hostNetwork: true volumes: - name: docker-certs emptyDir: {}