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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user