ix_values.yaml 709 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. image:
  2. repository: ghcr.io/ep1cman/unifi-protect-backup
  3. pullPolicy: IfNotPresent
  4. tag: 0.12.0
  5. resources:
  6. limits:
  7. cpu: 4000m
  8. memory: 8Gi
  9. upbConfig:
  10. unifiProtectUsername: ''
  11. unifiProtectPassword: ''
  12. unifiProtectAddress: ''
  13. unifiProtectPort: 443
  14. unifiProtectVerifySsl: true
  15. skipMissing: false
  16. ignoreCameras: []
  17. detectionTypes:
  18. - motion
  19. - person
  20. - vehicle
  21. - ring
  22. rcloneDestination: ''
  23. rcloneArgs: []
  24. rclonePurgeArgs: []
  25. additionalEnvs: []
  26. upbID:
  27. user: 568
  28. group: 568
  29. upbStorage:
  30. config:
  31. type: ixVolume
  32. ixVolumeConfig:
  33. datasetName: config
  34. data:
  35. type: ixVolume
  36. ixVolumeConfig:
  37. datasetName: data
  38. additionalStorages: []