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