mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
♻️ frigate volume
This commit is contained in:
@@ -8,7 +8,6 @@ resources:
|
||||
- ./gatus.yaml
|
||||
- ./helmrelease.yaml
|
||||
- ./volsync.yaml
|
||||
- ./volume.yaml
|
||||
configMapGenerator:
|
||||
- name: frigate-configmap
|
||||
files:
|
||||
|
@@ -30,7 +30,7 @@ metadata:
|
||||
name: frigate
|
||||
namespace: default
|
||||
spec:
|
||||
sourcePVC: frigate-config
|
||||
sourcePVC: config-frigate-0
|
||||
trigger:
|
||||
schedule: "0 7 * * *"
|
||||
restic:
|
||||
|
@@ -1,17 +0,0 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: frigate-config
|
||||
namespace: default
|
||||
labels:
|
||||
app.kubernetes.io/name: &name frigate
|
||||
app.kubernetes.io/instance: *name
|
||||
snapshot.home.arpa/enabled: "true"
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 5Gi
|
||||
storageClassName: rook-ceph-block
|
Reference in New Issue
Block a user