ix_values.yaml 664 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. image:
  2. repository: ghcr.io/ep1cman/unifi-protect-backup
  3. pullPolicy: IfNotPresent
  4. tag: 0.9.4
  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. datasetName: config
  33. data:
  34. type: ixVolume
  35. datasetName: data
  36. additionalStorages: []