fix(paperless): hook up consume to nfs scan
This commit is contained in:
parent
3120633c58
commit
417a968299
2 changed files with 14 additions and 0 deletions
|
|
@ -18,3 +18,4 @@ secretGenerator:
|
||||||
patches:
|
patches:
|
||||||
- path: ingress.patch.yaml
|
- path: ingress.patch.yaml
|
||||||
- path: db-deployment.patch.yaml
|
- path: db-deployment.patch.yaml
|
||||||
|
- path: webserver-deployment.patch.yaml
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
apiVersion: apps/v1
|
||||||
|
kind: Deployment
|
||||||
|
metadata:
|
||||||
|
name: paperless-app
|
||||||
|
spec:
|
||||||
|
template:
|
||||||
|
spec:
|
||||||
|
volumes:
|
||||||
|
- name: consume
|
||||||
|
nfs:
|
||||||
|
server: 192.168.1.215
|
||||||
|
path: /exports/scans
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue