From a80f3bcc7fe8dc1b6d222eeee8eda46a7d3e421b Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 4 Dec 2025 16:23:06 -0600 Subject: [PATCH] Set domains for gitea --- manifests/gitea/chart.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifests/gitea/chart.yaml b/manifests/gitea/chart.yaml index fffeea3..152ba26 100644 --- a/manifests/gitea/chart.yaml +++ b/manifests/gitea/chart.yaml @@ -52,6 +52,10 @@ spec: DEFAULT: APP_NAME: "Gitea: Greg's Cup of Git" RUN_MODE: dev + server: + DOMAIN: "thehellings.com" + ROOT_URL: "https://src.thehellings.com" + SSH_PORT: "2222" database: DB_TYPE: postgres HOST: "postgres-rw.db.svc.cluster.local:5432"