khuedoan-homelab/apps/seafile/values.yaml
2022-05-04 09:17:42 +07:00

21 lines
481 B
YAML

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