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 app: gitea-act-runner
spec: spec:
restartPolicy: Always restartPolicy: Always
hostNetwork: true
volumes: volumes:
- name: docker-certs - name: docker-certs
emptyDir: {} emptyDir: {}
@@ -32,7 +33,7 @@ spec:
- sh - sh
- -c - -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..." echo "Waiting for Gitea to be ready..."
sleep 5 sleep 5
done done