use external url

This commit is contained in:
2025-10-15 15:06:44 +05:30
parent 4617f33e44
commit 9dd17a5cd3

View File

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