From ed6762b67252224aa119247b02c7285e0add4901 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Fri, 9 Jan 2026 03:01:47 +0900 Subject: [PATCH] FIX(gitea): separate github-tls and gitea-tls certificates - Create separate TLS secrets for GitHub and Gitea - Resolve certificate conflict between domains --- gitea/helm-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea/helm-values.yaml b/gitea/helm-values.yaml index cec9db4..1cfbb2c 100644 --- a/gitea/helm-values.yaml +++ b/gitea/helm-values.yaml @@ -94,7 +94,7 @@ ingress: - path: / pathType: Prefix tls: - - secretName: gitea-tls + - secretName: github-tls hosts: - github0213.com