Skip to content

Commit

Permalink
correct the value for admission webhooks pod (#621)
Browse files Browse the repository at this point in the history
Signed-off-by: Adarsh-verma-14 <t_adarsh.verma@india.nec.com>
  • Loading branch information
Adarsh-verma-14 authored Apr 5, 2024
1 parent ff8b240 commit 3fb8a8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions keda/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -468,11 +468,11 @@ resources:
# -- Manage [resource request & limits] of KEDA admission webhooks pod
webhooks:
limits:
cpu: 50m
memory: 100Mi
cpu: 1
memory: 1000Mi
requests:
cpu: 10m
memory: 10Mi
cpu: 100m
memory: 100Mi
# -- Node selector for pod scheduling ([docs](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/))
nodeSelector: {}
# -- Tolerations for pod scheduling ([docs](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/))
Expand Down

0 comments on commit 3fb8a8d

Please sign in to comment.