khuedoan-homelab/apps/seafile/values.yaml

19 lines
402 B
YAML

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