add youtube import source

This commit is contained in:
James Andariese 2023-12-24 14:01:14 -06:00
parent 48946ba79f
commit 5a2648c448

View File

@ -490,6 +490,8 @@ spec:
volumeMounts: volumeMounts:
- name: cache - name: cache
mountPath: /cache mountPath: /cache
- name: import
mountPath: /cache/import
- name: youtube - name: youtube
mountPath: /youtube mountPath: /youtube
livenessProbe: livenessProbe:
@ -587,6 +589,10 @@ spec:
nfs: nfs:
server: 172.16.18.1 server: 172.16.18.1
path: /volume1/youtube/tubearchivist-cache path: /volume1/youtube/tubearchivist-cache
- name: import
nfs:
server: 172.16.18.1
path: /volume1/youtube/.src
- name: youtube - name: youtube
nfs: nfs:
server: 172.16.18.1 server: 172.16.18.1