khuedoan-homelab/apps/seafile/values.yaml

19 lines
405 B
YAML
Raw Normal View History

2021-12-01 00:31:54 +07:00
seafile:
ingress:
main:
enabled: true
ingressClassName: nginx
annotations:
2021-12-26 12:36:14 +07:00
cert-manager.io/cluster-issuer: letsencrypt-prod
2021-12-01 00:31:54 +07:00
hosts:
2021-12-26 12:36:14 +07:00
- host: &host seafile.khuedoan.com
paths:
- path: /
pathType: Prefix
2021-12-01 00:31:54 +07:00
tls:
2021-12-26 12:36:14 +07:00
- secretName: seafile-tls-certificate
hosts:
- *host
2021-12-01 00:42:21 +07:00
mariadb:
enabled: true