1234567891011121314151617181920 |
- 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
|