feat(apps/paperless): enable Ingress

This commit is contained in:
Khue Doan 2021-11-26 21:59:38 +07:00
parent 75dab971af
commit c556142438

View File

@ -1 +1,15 @@
paperless:
ingress:
main:
enabled: true
annotations:
cert-manager.io/cluster-issuer: "selfsigned-cluster-issuer"
hosts:
- host: paperless.khuedoan.com
paths:
- path: /
pathType: Prefix
tls:
- secretName: paperless-tls-certificate
hosts:
- paperless.khuedoan.com