From bba29723a6424b4f7b042b14cbd42ed6ed3f8d20 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Mon, 23 Aug 2021 03:18:00 +0700 Subject: [PATCH] Enable TLS for Gitea --- applications/gitea/values.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/applications/gitea/values.yaml b/applications/gitea/values.yaml index 72acedff..9f13e543 100644 --- a/applications/gitea/values.yaml +++ b/applications/gitea/values.yaml @@ -1,8 +1,14 @@ gitea: ingress: enabled: true + annotations: + cert-manager.io/cluster-issuer: "letsencrypt-staging" hosts: - host: git.khuedoan.com paths: - path: / pathType: Prefix + tls: + - secretName: gitea-tls-certificate + hosts: + - git.khuedoan.com