diff --git a/cluster/apps/gitea/gitea-act.yml b/cluster/apps/gitea/gitea-act.yml index 663bc94..2f46bac 100644 --- a/cluster/apps/gitea/gitea-act.yml +++ b/cluster/apps/gitea/gitea-act.yml @@ -32,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 @@ -49,7 +49,7 @@ spec: - name: DOCKER_TLS_VERIFY value: "1" - name: GITEA_INSTANCE_URL - value: http://gitea-int-service:3000 + value: https://gitea.akshun-lab.uk - name: GITEA_RUNNER_REGISTRATION_TOKEN valueFrom: secretKeyRef: