Skip to content

Commit

Permalink
[home] added frigate cache storage
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberdev committed Feb 13, 2024
1 parent dc3ad0d commit b398ba0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions apps/data/storage/base/home/frigate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ spec:
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: frigate-cache
namespace: homeassistant
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 30Gi
storageClassName: mayastor-single-replica
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: frigate-media
namespace: homeassistant
Expand Down

0 comments on commit b398ba0

Please sign in to comment.