mirror of
https://github.com/truenas/charts.git
synced 2026-04-26 19:42:14 +08:00
* initial commit * add templates and ui * typo * typo * update metadata * fix types * add uid for files * update metadata * bump common
21 lines
536 B
YAML
21 lines
536 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
|
|
additionalStorages:
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/data1
|
|
mountPath: /data1
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/data2
|
|
mountPath: /data2
|