frigate: Schedule frigate to dedicated nvr node
This commit is contained in:
@@ -117,3 +117,12 @@ persistence:
|
|||||||
enabled: true
|
enabled: true
|
||||||
existingClaim: "frigate-storage"
|
existingClaim: "frigate-storage"
|
||||||
skipuninstall: true
|
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