From c8600d60387c9845ba60fa01c0b5f1de478d67d4 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Tue, 25 Apr 2023 22:18:01 -0400 Subject: [PATCH] Change gitea domain --- cluster/apps/default/gitea/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/default/gitea/helm-release.yaml b/cluster/apps/default/gitea/helm-release.yaml index 7a2b4d6..6c5952d 100644 --- a/cluster/apps/default/gitea/helm-release.yaml +++ b/cluster/apps/default/gitea/helm-release.yaml @@ -62,7 +62,7 @@ spec: cert-manager.io/cluster-issuer: letsencrypt-production traefik.ingress.kubernetes.io/router.entrypoints: websecure hosts: - - host: &host "gitea.${SECRET_NEW_DOMAIN}" + - host: &host "git.${SECRET_NEW_DOMAIN}" paths: - path: / pathType: Prefix