add sqlite container

This commit is contained in:
2024-12-22 16:13:43 -06:00
parent 47b1e5729c
commit 7a06c6e397

View File

@@ -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