mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 03:39:20 +08:00
* Add `plex-auto-languages` to `community` train * no icon * typo * exec bit * remove host net * remove group * false hostNet * fix container detection issue
18 lines
371 B
YAML
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
|