From 9ee49898739e5943ade6f3faea75df5f25fc566e Mon Sep 17 00:00:00 2001 From: zhenyus Date: Wed, 26 Feb 2025 16:29:31 +0800 Subject: [PATCH] fix(helm): update GITEA_URL to point to the new service endpoint in values.alpha.yaml Signed-off-by: zhenyus --- freeleaps/helm-pkg/devsvc/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/devsvc/values.alpha.yaml b/freeleaps/helm-pkg/devsvc/values.alpha.yaml index 9c4302f1..674b5188 100644 --- a/freeleaps/helm-pkg/devsvc/values.alpha.yaml +++ b/freeleaps/helm-pkg/devsvc/values.alpha.yaml @@ -53,7 +53,7 @@ devsvc: mongodbName: freeleaps2 mongodbUri: mongodb://freeleaps-alpha-mongo-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/ giteaToken: 1d90e6eba4dbe8979878d2f55d9c7a0c2ab782df - giteaUrl: https://alpha.gitea.freeleaps.mathmast.com + giteaUrl: http://freeleaps-alpha-gitea-http.freeleaps-alpha.svc.freeleaps.cluster:3000 giteaDepotOrganization: products codeDepotHttpPort: 443 codeDepotSshPort: 22