From eb76f94830c301bc8d3d3b2044b72f9adba20266 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Thu, 12 Jun 2025 07:19:42 +0530 Subject: [PATCH] update GITEA_INSTANCE_URL to use internal service address --- cluster/apps/gitea/gitea-act.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/gitea/gitea-act.yml b/cluster/apps/gitea/gitea-act.yml index 44a381c..754e12b 100644 --- a/cluster/apps/gitea/gitea-act.yml +++ b/cluster/apps/gitea/gitea-act.yml @@ -48,7 +48,7 @@ spec: - name: DOCKER_TLS_VERIFY value: "1" - name: GITEA_INSTANCE_URL - value: https://gitea.akshun-lab.uk + value: http://gitea-int-service:3000 - name: GITEA_RUNNER_REGISTRATION_TOKEN valueFrom: secretKeyRef: