From 5f87d0c96d38a63d13a8c5797e215d0d0d8402d1 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Fri, 31 Jul 2026 21:21:05 +1000 Subject: [PATCH] gitea: use git.k8s ROOT_URL for testing (#317) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Points the new gitea at its own k8s route so it can be exercised (login, browse, OIDC callback) before the git.unkin.net data cutover — ROOT_URL currently resolves to the live VM forge, which would break links on the k8s route. Flips back to git.unkin.net at cutover. - set gitea DOMAIN/ROOT_URL/SSH_DOMAIN to git.k8s.syd1.au.unkin.net Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/317 Co-authored-by: Ben Vincent Co-committed-by: Ben Vincent --- apps/overlays/au-syd1/gitea/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/overlays/au-syd1/gitea/values.yaml b/apps/overlays/au-syd1/gitea/values.yaml index 5f69015..4ccef3a 100644 --- a/apps/overlays/au-syd1/gitea/values.yaml +++ b/apps/overlays/au-syd1/gitea/values.yaml @@ -125,9 +125,9 @@ gitea: config: server: - DOMAIN: git.unkin.net - ROOT_URL: https://git.unkin.net/ - SSH_DOMAIN: git.unkin.net + DOMAIN: git.k8s.syd1.au.unkin.net + ROOT_URL: https://git.k8s.syd1.au.unkin.net/ + SSH_DOMAIN: git.k8s.syd1.au.unkin.net DISABLE_SSH: true START_SSH_SERVER: false LFS_START_SERVER: true