khuedoan-homelab/apps/seafile/values.yaml

19 lines
402 B
YAML
Raw Normal View History

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