From 876c260d8ac21fb750d60d01c8f53e298b27df36 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Tue, 21 Oct 2025 11:04:55 -0400 Subject: [PATCH] gitea actions fix root url --- apps/gitea/actions/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/gitea/actions/release.yaml b/apps/gitea/actions/release.yaml index 2f9cc0a..02c748a 100644 --- a/apps/gitea/actions/release.yaml +++ b/apps/gitea/actions/release.yaml @@ -17,7 +17,7 @@ spec: enabled: true existingSecret: actions-secret existingSecretKey: token - giteaRootURL: gitea-http:3000 + giteaRootURL: http://gitea-http:3000 statefulset: persistence: size: 1Gi