From a6e3bd6f54554f4d5fa58f0930827b7b7330ddf0 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Sun, 24 Aug 2025 21:26:17 +0530 Subject: [PATCH] change url --- cluster/apps/gitea-act/gitea-act.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/apps/gitea-act/gitea-act.yml b/cluster/apps/gitea-act/gitea-act.yml index 64637ac..bed2393 100644 --- a/cluster/apps/gitea-act/gitea-act.yml +++ b/cluster/apps/gitea-act/gitea-act.yml @@ -33,7 +33,7 @@ spec: - sh - -c - | - while ! nc -z gitea.akshun-lab.uk 443; do + while ! nc -z gitea.akshun-lab.cc 443; do echo "Waiting for Gitea to be ready..." sleep 5 done @@ -50,7 +50,7 @@ spec: - name: DOCKER_TLS_VERIFY value: "1" - name: GITEA_INSTANCE_URL - value: "https://gitea.akshun-lab.uk" + value: "https://gitea.akshun-lab.cc" - name: GITEA_RUNNER_REGISTRATION_TOKEN value: "NvAHP4f1in4Fpe6VFaiwiN98IR0poOQoDv4dDKcN" - name: CONFIG_FILE