diff --git a/clusters/default/git-ops/gitea-act/gitea-act.yml b/clusters/default/git-ops/gitea-act/gitea-act.yml index 5212455..fbf64e3 100644 --- a/clusters/default/git-ops/gitea-act/gitea-act.yml +++ b/clusters/default/git-ops/gitea-act/gitea-act.yml @@ -33,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