diff --git a/cluster/apps/gitea/gitea-act.yml b/cluster/apps/gitea/gitea-act.yml index 03cc628..61952e3 100644 --- a/cluster/apps/gitea/gitea-act.yml +++ b/cluster/apps/gitea/gitea-act.yml @@ -18,8 +18,6 @@ spec: app: gitea-act-runner spec: restartPolicy: Always - hostNetwork: true - dnsPolicy: ClusterFirstWithHostNet volumes: - name: docker-certs emptyDir: {} @@ -33,7 +31,7 @@ spec: - sh - -c - | - while ! nc -z gitea.akshun-lab.uk 443; do + while ! nc -z gitea-int-service 3000; do echo "Waiting for Gitea to be ready..." sleep 5 done @@ -50,7 +48,7 @@ spec: - name: DOCKER_TLS_VERIFY value: "1" - name: GITEA_INSTANCE_URL - value: https://gitea.akshun-lab.uk + value: https://gitea-int-service:3000 - name: GITEA_RUNNER_REGISTRATION_TOKEN valueFrom: secretKeyRef: