khuedoan-homelab/applications/gitea/values.yaml

15 lines
308 B
YAML
Raw Normal View History

2021-08-23 00:03:11 +07:00
gitea:
ingress:
enabled: true
2021-08-23 03:18:00 +07:00
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-staging"
2021-08-23 00:03:11 +07:00
hosts:
- host: git.khuedoan.com
2021-08-23 00:09:40 +07:00
paths:
- path: /
pathType: Prefix
2021-08-23 03:18:00 +07:00
tls:
- secretName: gitea-tls-certificate
hosts:
- git.khuedoan.com