add sqlite container
This commit is contained in:
@@ -27,6 +27,11 @@ jellyfin:
|
||||
gpu.intel.com/i915: 1
|
||||
cpu: 100m
|
||||
memory: 1Gi
|
||||
sqlite:
|
||||
image:
|
||||
repository: keinos/sqlite3
|
||||
tag: 3.47.2
|
||||
pullPolicy: IfNotPresent
|
||||
vue:
|
||||
type: deployment
|
||||
replicas: 1
|
||||
@@ -102,6 +107,9 @@ jellyfin:
|
||||
main:
|
||||
- path: /config
|
||||
readOnly: false
|
||||
sqlite:
|
||||
- path: /config
|
||||
readOnly: false
|
||||
cache:
|
||||
type: emptyDir
|
||||
advancedMounts:
|
||||
@@ -121,5 +129,5 @@ jellyfin:
|
||||
advancedMounts:
|
||||
main:
|
||||
main:
|
||||
- path: /youtube
|
||||
- path: /mnt/youtube
|
||||
readOnly: true
|
||||
|
Reference in New Issue
Block a user