From 391afc1fe654253b45dae8e6f35e087d349cd14d Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Sun, 12 Oct 2025 07:21:55 +0530 Subject: [PATCH] add hostNetwork: true --- 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 0699e51..330fcb8 100644 --- a/cluster/apps/gitea-act/gitea-act.yml +++ b/cluster/apps/gitea-act/gitea-act.yml @@ -19,6 +19,7 @@ spec: app: gitea-act-runner spec: restartPolicy: Always + hostNetwork: true volumes: - name: docker-certs emptyDir: {} @@ -32,7 +33,7 @@ spec: - sh - -c - | - while ! nc -z gitea-int-service 3000; do + while ! nc -z gitea.akshun-lab.cc 443; do echo "Waiting for Gitea to be ready..." sleep 5 done