extra-values.yaml 536 B

1234567891011121314151617181920
  1. upbConfig:
  2. unifiProtectUsername: 'user'
  3. unifiProtectPassword: 'pass'
  4. unifiProtectAddress: '192.168.1.100'
  5. rcloneDestination: 'gdrive:unifi-protect-backup'
  6. upbStorage:
  7. config:
  8. type: hostPath
  9. hostPath: /mnt/{{ .Release.Namespace }}/config
  10. data:
  11. type: hostPath
  12. hostPath: /mnt/{{ .Release.Namespace }}/data
  13. additionalStorages:
  14. - type: hostPath
  15. hostPath: /mnt/{{ .Release.Namespace }}/data1
  16. mountPath: /data1
  17. - type: hostPath
  18. hostPath: /mnt/{{ .Release.Namespace }}/data2
  19. mountPath: /data2