mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 21:11:52 +07:00
Enable TLS for Gitea
This commit is contained in:
parent
3bc5ddb7ec
commit
bba29723a6
@ -1,8 +1,14 @@
|
|||||||
gitea:
|
gitea:
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
annotations:
|
||||||
|
cert-manager.io/cluster-issuer: "letsencrypt-staging"
|
||||||
hosts:
|
hosts:
|
||||||
- host: git.khuedoan.com
|
- host: git.khuedoan.com
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
tls:
|
||||||
|
- secretName: gitea-tls-certificate
|
||||||
|
hosts:
|
||||||
|
- git.khuedoan.com
|
||||||
|
Loading…
Reference in New Issue
Block a user