From ee229aceb17c4c4e18890d269e9eb9c998337035 Mon Sep 17 00:00:00 2001 From: 0xWheatyz Date: Wed, 4 Mar 2026 02:25:11 +0000 Subject: [PATCH] impl(runner): gitea runner url --- testing1/first-cluster/apps/gitea/runner-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing1/first-cluster/apps/gitea/runner-deployment.yaml b/testing1/first-cluster/apps/gitea/runner-deployment.yaml index 484036f..73f42f1 100644 --- a/testing1/first-cluster/apps/gitea/runner-deployment.yaml +++ b/testing1/first-cluster/apps/gitea/runner-deployment.yaml @@ -34,7 +34,7 @@ spec: - name: DOCKER_TLS_VERIFY value: "1" - name: GITEA_INSTANCE_URL - value: "http://gitea:3000" + value: "http://10.0.1.10/" - name: GITEA_RUNNER_REGISTRATION_TOKEN valueFrom: secretKeyRef: