From 91745ee5e5561f737670a955e00ef5f46c51c6cf Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Sun, 13 Jul 2025 17:39:41 +0530 Subject: [PATCH] use host network --- cluster/apps/gitea-act/gitea-act.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cluster/apps/gitea-act/gitea-act.yml b/cluster/apps/gitea-act/gitea-act.yml index 0c60656..b3765a5 100644 --- a/cluster/apps/gitea-act/gitea-act.yml +++ b/cluster/apps/gitea-act/gitea-act.yml @@ -17,6 +17,7 @@ spec: labels: app: gitea-act-runner spec: + hostNetwork: true restartPolicy: Always volumes: - name: docker-certs @@ -31,7 +32,7 @@ spec: - sh - -c - | - while ! nc -z gitea-int-service 3000; do + while ! nc -z gitea.akshun-lab.uk 443; do echo "Waiting for Gitea to be ready..." sleep 5 done