use host network
This commit is contained in:
@@ -17,6 +17,7 @@ spec:
|
||||
labels:
|
||||
app: gitea-act-runner
|
||||
spec:
|
||||
hostNetwork: true
|
||||
restartPolicy: Always
|
||||
volumes:
|
||||
- name: docker-certs
|
||||
@@ -31,7 +32,7 @@ spec:
|
||||
- sh
|
||||
- -c
|
||||
- |
|
||||
while ! nc -z gitea-int-service 3000; do
|
||||
while ! nc -z gitea.akshun-lab.uk 443; do
|
||||
echo "Waiting for Gitea to be ready..."
|
||||
sleep 5
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user