Skip to content

Commit

Permalink
decrease-memory
Browse files Browse the repository at this point in the history
  • Loading branch information
rwlove committed Jul 24, 2024
1 parent 6e9e517 commit f0145eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kubernetes/main/apps/home/frigate/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ spec:
resources:
requests:
gpu.intel.com/i915: "1"
cpu: 1600m
memory: 17Gi
cpu: 2
memory: 4Gi
limits:
gpu.intel.com/i915: "1"
memory: 17Gi
memory: 4Gi

#statefulset:
# volumeClaimTemplates:
Expand Down

0 comments on commit f0145eb

Please sign in to comment.