mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-09-19 06:18:28 +00:00
frigate config
This commit is contained in:
@@ -38,6 +38,9 @@ spec:
|
||||
volumeMounts:
|
||||
- mountPath: /config
|
||||
name: frigate-config
|
||||
- mountPath: /config/config.yml
|
||||
subPath: config.yml
|
||||
name: frigate-configmap
|
||||
- mountPath: /media/frigate
|
||||
name: frigate-media
|
||||
- mountPath: /tmp/cache
|
||||
@@ -46,6 +49,12 @@ spec:
|
||||
- name: frigate-config
|
||||
persistentVolumeClaim:
|
||||
claimName: frigate-config
|
||||
- name: frigate-configmap
|
||||
configMap:
|
||||
name: frigate
|
||||
items:
|
||||
- key: frigate.yml
|
||||
path: config.yml
|
||||
- name: frigate-media
|
||||
persistentVolumeClaim:
|
||||
claimName: frigate-media
|
||||
|
||||
Reference in New Issue
Block a user