forked from k-space/kube
frigate to VM and hdd-ceph
This commit is contained in:
@@ -125,24 +125,16 @@ ingress:
|
||||
- "*.k-space.ee"
|
||||
|
||||
persistence:
|
||||
config:
|
||||
# WIP :)
|
||||
enabled: false
|
||||
storageClass: "null"
|
||||
accessMode: ReadWriteOnce
|
||||
size: 1000Mi
|
||||
skipuninstall: false
|
||||
|
||||
media:
|
||||
enabled: true
|
||||
existingClaim: "frigate-storage"
|
||||
skipuninstall: true
|
||||
storageClass: "hdd-ceph"
|
||||
size: 1Ti
|
||||
|
||||
# Force application to run on nvr node
|
||||
nodeSelector:
|
||||
dedicated: nvr
|
||||
coral.ai/tpu: Exists
|
||||
tolerations:
|
||||
- key: dedicated
|
||||
- key: coral.ai/tpu
|
||||
operator: Equal
|
||||
value: nvr
|
||||
value: Exists
|
||||
effect: NoSchedule
|
||||
|
Reference in New Issue
Block a user