Skip to content

Commit

Permalink
Increase ONVIF DH memory requests and limits (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
kate-goldenring authored Apr 28, 2021
1 parent c495c5d commit 9a0d32f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -415,11 +415,11 @@ onvif:
memoryRequest: 11Mi
# cpuRequest defines the minimum amount of CPU that must be available to this Pod
# for it to be scheduled by the Kubernetes Scheduler
cpuRequest: 10m
cpuRequest: 300m
# memoryLimit defines the maximum amount of RAM this Pod can consume.
memoryLimit: 24Mi
# cpuLimit defines the maximum amount of CPU this Pod can consume.
cpuLimit: 24m
cpuLimit: 1300m

opcua:
configuration:
Expand Down

0 comments on commit 9a0d32f

Please sign in to comment.