mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-09-19 06:18:28 +00:00
frigate fix cache and dshm
This commit is contained in:
@@ -44,7 +44,9 @@ spec:
|
|||||||
- mountPath: /media/frigate
|
- mountPath: /media/frigate
|
||||||
name: frigate-media
|
name: frigate-media
|
||||||
- mountPath: /tmp/cache
|
- mountPath: /tmp/cache
|
||||||
name: frigate-media
|
name: frigate-cache
|
||||||
|
- mountPath: /dev/shm
|
||||||
|
name: frigate-dshm
|
||||||
volumes:
|
volumes:
|
||||||
- name: frigate-config
|
- name: frigate-config
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
@@ -58,7 +60,11 @@ spec:
|
|||||||
- name: frigate-media
|
- name: frigate-media
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: frigate-media
|
claimName: frigate-media
|
||||||
- name: cache
|
- name: frigate-cache
|
||||||
|
emptyDir:
|
||||||
|
medium: Memory
|
||||||
|
sizeLimit: 1Gi
|
||||||
|
- name: frigate-dshm
|
||||||
emptyDir:
|
emptyDir:
|
||||||
medium: Memory
|
medium: Memory
|
||||||
sizeLimit: 1Gi
|
sizeLimit: 1Gi
|
||||||
|
|||||||
Reference in New Issue
Block a user