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