mirror of
https://github.com/truenas/charts.git
synced 2026-04-09 13:48:48 +08:00
* ads `tinyMediaManager` to `community` train * change ci values * remove hostnet * perm container does not exist
18 lines
361 B
YAML
18 lines
361 B
YAML
tmmConfig:
|
|
password: secret
|
|
|
|
tmmNetwork:
|
|
webPort: 31000
|
|
|
|
tmmStorage:
|
|
data:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/data
|
|
additionalStorages:
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/tv-shows
|
|
mountPath: /tv-shows
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/movies
|
|
mountPath: /movies
|