Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
Ava Apples Affine 2026-09-26 00:42:59 +00:00
parent acccc04b2b
commit 3914ea1068

View file

@ -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 }}