Files
chart/library/ix-dev/community/unifi-protect-backup/ci/extra-values.yaml
Stavros Kois 1cac3606c0 NAS-123909 / 24.04 / Add unifi-protect-backup to community train (#1508)
* initial commit

* add templates and ui

* typo

* typo

* update metadata

* fix types

* add uid for files

* update metadata

* bump common
2023-09-06 15:37:27 +03:00

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