forked from k-space/kube
		
	frigate: use coral for detect, nvidia gpu for transcode and longhorn for config storage
This commit is contained in:
		@@ -28,7 +28,7 @@ envFromSecrets:
 | 
			
		||||
 | 
			
		||||
coral:
 | 
			
		||||
  # -- enables the use of a Coral device
 | 
			
		||||
  enabled: false
 | 
			
		||||
  enabled: true
 | 
			
		||||
  # -- path on the host to which to mount the Coral device
 | 
			
		||||
  hostPath: /dev/bus/usb
 | 
			
		||||
 | 
			
		||||
@@ -60,14 +60,14 @@ config: |
 | 
			
		||||
    stats_interval: 60
 | 
			
		||||
 | 
			
		||||
  detectors:
 | 
			
		||||
    # coral:
 | 
			
		||||
    #   type: edgetpu
 | 
			
		||||
    #   device: usb
 | 
			
		||||
    coral:
 | 
			
		||||
       type: edgetpu
 | 
			
		||||
       device: usb
 | 
			
		||||
    #cpu1:
 | 
			
		||||
      #type: cpu
 | 
			
		||||
    ov:
 | 
			
		||||
      type: openvino
 | 
			
		||||
      device: CPU
 | 
			
		||||
    #ov:
 | 
			
		||||
     # type: openvino
 | 
			
		||||
     # device: CPU
 | 
			
		||||
 | 
			
		||||
  model:
 | 
			
		||||
    width: 300
 | 
			
		||||
@@ -167,7 +167,7 @@ ingress:
 | 
			
		||||
persistence:
 | 
			
		||||
  config:
 | 
			
		||||
    enabled: true
 | 
			
		||||
    storageClass: "frigate-config"
 | 
			
		||||
    storageClass: "longhorn"
 | 
			
		||||
    accessMode: ReadWriteOnce
 | 
			
		||||
    size: 100Mi
 | 
			
		||||
    skipuninstall: false
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user