From 81679e0e73bf273b5670cd29ae915fae71c73313 Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Mon, 1 Dec 2025 10:47:54 +1100 Subject: [PATCH] Changed runner url to connect cluster internal --- values.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/values.yaml b/values.yaml index fa442a0..b87443c 100644 --- a/values.yaml +++ b/values.yaml @@ -40,7 +40,7 @@ statefulset: replicas: 1 timezone: Etc/UTC annotations: {} - labels: self-hosted + labels: {} resources: {} nodeSelector: {} tolerations: [] @@ -114,7 +114,8 @@ existingSecret: "gitea-token" existingSecretKey: "token" ## Specify the root URL of the Gitea instance -giteaRootURL: "https://gitea.apilab.us" +#giteaRootURL: "https://gitea.apilab.us" +giteaRootURL: "http://gitea-http.gitea.svc.cluster.local:3000" ## @section Global #