khuedoan-homelab/apps/seafile/values.yaml
2021-12-16 21:02:13 +07:00

19 lines
393 B
YAML

seafile:
ingress:
main:
enabled: true
ingressClassName: nginx
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-prod"
hosts:
- host: &host seafile.khuedoan.com
paths:
- path: /
pathType: Prefix
tls:
- secretName: seafile-tls-certificate
hosts:
- *host
mariadb:
enabled: true