add search
This commit is contained in:
@@ -119,6 +119,26 @@ jellyfin:
|
||||
main:
|
||||
- path: /mnt/youtube
|
||||
readOnly: true
|
||||
meilisearch:
|
||||
environment:
|
||||
MEILI_NO_ANALYTICS: true
|
||||
MEILI_ENV: production
|
||||
MEILI_EXPERIMENTAL_DUMPLESS_UPGRADE: true
|
||||
auth:
|
||||
existingMasterKeySecret: jellyfin-meilisearch-master-key-secret
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 7700
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: ceph-block
|
||||
size: 5Gi
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 128Mi
|
||||
serviceMonitor:
|
||||
enabled: true
|
||||
volsync-target-config:
|
||||
pvcTarget: jellyfin-config
|
||||
local:
|
||||
|
||||
Reference in New Issue
Block a user