diff --git a/frigate/values.yaml b/frigate/values.yaml index 03d07cc..a9deb56 100644 --- a/frigate/values.yaml +++ b/frigate/values.yaml @@ -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