frig
Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
parent
acccc04b2b
commit
3914ea1068
1 changed files with 9 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: frigate
|
||||
image: ghcr.io/blakeblackshear/frigate:0.15.0-rocm
|
||||
image: ghcr.io/blakeblackshear/frigate:0.17.0-rocm
|
||||
securityContext:
|
||||
privileged: true
|
||||
ports:
|
||||
|
|
@ -50,6 +50,9 @@ spec:
|
|||
mountPath: /dev/dri
|
||||
- name: dev-kfd
|
||||
mountPath: /dev/kfd
|
||||
env:
|
||||
- name: LIBVA_DRIVER_NAME
|
||||
value: radeonsi
|
||||
volumes:
|
||||
- name: frigate-media-storage
|
||||
persistentVolumeClaim:
|
||||
|
|
@ -158,6 +161,11 @@ spec:
|
|||
protocol: TCP
|
||||
targetPort: rtsp
|
||||
nodePort: 30003
|
||||
- name: webrtc
|
||||
port: 8555
|
||||
protocol: TCP
|
||||
targetPort: webrtc
|
||||
nodePort: 30005
|
||||
- name: http
|
||||
port: 5000
|
||||
protocol: TCP
|
||||
|
|
@ -173,4 +181,3 @@ metadata:
|
|||
data:
|
||||
config.yml: |-
|
||||
{{ (tpl (.Files.Get "configs/frigate.yaml") . ) | nindent 4 }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue