Skip to content

Commit

Permalink
Fix/frigate (#41)
Browse files Browse the repository at this point in the history
* fix: changed storageclassname

* fix: changed storageclassname

* fix: changed storageclassname
  • Loading branch information
shivani446 authored Jul 3, 2023
1 parent 45fa0e0 commit 941ed60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/frigate/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/frigate/templates/Statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ spec:
spec:
accessModes:
- ReadWriteOnce
# storageClassName: {{ .Values.storageClassName }}
storageClassName: {{ .Values.storageClassName }}
resources:
requests:
storage: 1Gi
Expand Down
2 changes: 1 addition & 1 deletion charts/frigate/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 941ed60

Please sign in to comment.