From 6b6b9231a68c65f90d14ce6602ae4ed6b3858d24 Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Tue, 1 Oct 2024 17:06:00 +0500 Subject: [PATCH] fix: Gitea | fix ssh clone url --- helm/values/gitea.values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm/values/gitea.values.yaml b/helm/values/gitea.values.yaml index a0ccdab..0182fe9 100644 --- a/helm/values/gitea.values.yaml +++ b/helm/values/gitea.values.yaml @@ -36,6 +36,7 @@ gitea: ENABLE_PPROF: true ENABLE_GZIP: true LFS_START_SERVER: true + SSH_DOMAIN: git.dogar.dev database: DB_TYPE: postgres HOST: postgres-cluster-rw.postgres-system.svc.cluster.local:5432