mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 05:51:17 +07:00
15 lines
314 B
YAML
15 lines
314 B
YAML
gitea:
|
|
ingress:
|
|
enabled: true
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: "selfsigned-cluster-issuer"
|
|
hosts:
|
|
- host: git.khuedoan.com
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
tls:
|
|
- secretName: gitea-tls-certificate
|
|
hosts:
|
|
- git.khuedoan.com
|