Skip to content

Commit

Permalink
Add tmp to fileserver
Browse files Browse the repository at this point in the history
  • Loading branch information
jveski committed Feb 21, 2024
1 parent cbf34e2 commit 0253d14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configs/frigate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ cameras:

Atrium2:
ffmpeg:
hwaccel_args: preset-nvidia-h264
hwaccel_args: preset-nvidia-h265
inputs:
- path: rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0

Expand Down
5 changes: 5 additions & 0 deletions manifests/profile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ spec:
mountPath: /etc/ssl/certs
- name: data
mountPath: /data
- name: tmp
mountPath: /tmp
env:
- name: KEYCLOAK_URL
value: https://keycloak.apps.thelab.ms
Expand Down Expand Up @@ -125,6 +127,9 @@ spec:
- name: data
hostPath:
path: /opt/profile-data
- name: tmp
emptyDir:
sizeLimit: 100Gi

---

Expand Down

0 comments on commit 0253d14

Please sign in to comment.