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