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"
|
appVersion: "0.12.0"
|
||||||
description: NVR With Realtime Object Detection for IP Cameras
|
description: NVR With Realtime Object Detection for IP Cameras
|
||||||
name: frigate
|
name: frigate
|
||||||
version: 1.0.1
|
version: 1.0.2
|
||||||
keywords:
|
keywords:
|
||||||
- tensorflow
|
- tensorflow
|
||||||
- coral
|
- coral
|
||||||
|
|
|
||||||
|
|
@ -138,7 +138,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
# storageClassName: {{ .Values.storageClassName }}
|
storageClassName: {{ .Values.storageClassName }}
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 1Gi
|
storage: 1Gi
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ image:
|
||||||
# -- Docker image pull policy
|
# -- Docker image pull policy
|
||||||
pullPolicy:
|
pullPolicy:
|
||||||
# if using nfs then use nfs-client to mount
|
# if using nfs then use nfs-client to mount
|
||||||
storageClassName: local-path
|
storageClassName: standard
|
||||||
# -- Docker image pull policy
|
# -- Docker image pull policy
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
# -- additional ENV variables to set. Prefix with FRIGATE_ to target Frigate configuration values
|
# -- additional ENV variables to set. Prefix with FRIGATE_ to target Frigate configuration values
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue