Fix/frigate (#41)

* fix: changed storageclassname

* fix: changed storageclassname

* fix: changed storageclassname
main
shivani446 2023-07-03 17:19:49 +05:30 committed by GitHub
parent 45fa0e0223
commit 941ed60d73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -138,7 +138,7 @@ spec:
spec:
accessModes:
- ReadWriteOnce
# storageClassName: {{ .Values.storageClassName }}
storageClassName: {{ .Values.storageClassName }}
resources:
requests:
storage: 1Gi

View File

@ -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