khuedoan-homelab/platform/gitea/values.yaml
2021-09-03 12:36:52 +07:00

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