mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-24 21:52:36 +07:00
feat(apps/paperless): enable Ingress
This commit is contained in:
parent
75dab971af
commit
c556142438
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user