Enable TLS for Gitea

This commit is contained in:
Khue Doan 2021-08-23 03:18:00 +07:00
parent 3bc5ddb7ec
commit bba29723a6

View File

@ -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