frigate: Schedule frigate to dedicated nvr node
This commit is contained in:
@@ -117,3 +117,12 @@ persistence:
|
||||
enabled: true
|
||||
existingClaim: "frigate-storage"
|
||||
skipuninstall: true
|
||||
|
||||
# Force application to run on nvr node
|
||||
nodeSelector:
|
||||
dedicated: nvr
|
||||
tolerations:
|
||||
- key: dedicated
|
||||
operator: Equal
|
||||
value: nvr
|
||||
effect: NoSchedule
|
||||
|
Reference in New Issue
Block a user