mirror of
https://github.com/truenas/charts.git
synced 2026-04-26 11:35:13 +08:00
* initial commit * add templates and ui * typo * typo * update metadata * fix types * add uid for files * update metadata * bump common
14 lines
332 B
YAML
14 lines
332 B
YAML
upbConfig:
|
|
unifiProtectUsername: 'user'
|
|
unifiProtectPassword: 'pass'
|
|
unifiProtectAddress: '192.168.1.100'
|
|
rcloneDestination: 'gdrive:unifi-protect-backup'
|
|
|
|
upbStorage:
|
|
config:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/config
|
|
data:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/data
|