Files
chart/community/plex-auto-languages/1.1.2/ci/extra-values.yaml
2023-11-10 14:34:55 +00:00

18 lines
371 B
YAML

ci: true
palConfig:
plexURL: http://plex:32400
plexToken: some-token
palStorage:
config:
type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/config
additionalStorages:
- type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/data1
mountPath: /data1
- type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/data2
mountPath: /data2