Fix/frigate (#41)
* fix: changed storageclassname * fix: changed storageclassname * fix: changed storageclassnamemain
parent
45fa0e0223
commit
941ed60d73
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: "0.12.0"
|
||||
description: NVR With Realtime Object Detection for IP Cameras
|
||||
name: frigate
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
keywords:
|
||||
- tensorflow
|
||||
- coral
|
||||
|
|
|
|||
|
|
@ -138,7 +138,7 @@ spec:
|
|||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
# storageClassName: {{ .Values.storageClassName }}
|
||||
storageClassName: {{ .Values.storageClassName }}
|
||||
resources:
|
||||
requests:
|
||||
storage: 1Gi
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ image:
|
|||
# -- Docker image pull policy
|
||||
pullPolicy:
|
||||
# if using nfs then use nfs-client to mount
|
||||
storageClassName: local-path
|
||||
storageClassName: standard
|
||||
# -- Docker image pull policy
|
||||
imagePullSecrets: []
|
||||
# -- additional ENV variables to set. Prefix with FRIGATE_ to target Frigate configuration values
|
||||
|
|
|
|||
Loading…
Reference in New Issue