add hostNetwork: true
All checks were successful
renovate / renovate (push) Successful in 9m11s
All checks were successful
renovate / renovate (push) Successful in 9m11s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user