mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 13:08:52 +07:00
21 lines
481 B
YAML
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
|