mirror of
https://github.com/truenas/charts.git
synced 2026-04-04 03:08:33 +08:00
18 lines
343 B
YAML
18 lines
343 B
YAML
kapowarrNetwork:
|
|
webPort: 31000
|
|
|
|
kapowarrRunAs:
|
|
user: 1000
|
|
group: 1000
|
|
|
|
kapowarrStorage:
|
|
config:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/config
|
|
downloads:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/downloads
|
|
content:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/content
|