frigate fix cache and dshm

This commit is contained in:
Michael Thomson
2026-09-09 09:16:41 -04:00
parent c29ffef0a8
commit 0dd6b29292
+8 -2
View File
@@ -44,7 +44,9 @@ spec:
- mountPath: /media/frigate
name: frigate-media
- mountPath: /tmp/cache
name: frigate-media
name: frigate-cache
- mountPath: /dev/shm
name: frigate-dshm
volumes:
- name: frigate-config
persistentVolumeClaim:
@@ -58,7 +60,11 @@ spec:
- name: frigate-media
persistentVolumeClaim:
claimName: frigate-media
- name: cache
- name: frigate-cache
emptyDir:
medium: Memory
sizeLimit: 1Gi
- name: frigate-dshm
emptyDir:
medium: Memory
sizeLimit: 1Gi