mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-03 21:40:34 +07:00
Enable TLS for Gitea
This commit is contained in:
parent
3bc5ddb7ec
commit
bba29723a6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user