add hostNetwork: true
All checks were successful
renovate / renovate (push) Successful in 9m11s

This commit is contained in:
2025-10-12 07:21:55 +05:30
parent 083ad61920
commit 391afc1fe6

View File

@@ -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