Skip to content

Commit 8862541

Browse files
committed
Remove the default CPU limit
Signed-off-by: Richard Wall <[email protected]>
1 parent be5fdba commit 8862541

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

deploy/charts/venafi-kubernetes-agent/values.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,16 @@ securityContext:
6565
runAsNonRoot: true
6666
runAsUser: 1000
6767

68-
# -- Set custom resourcing settings for the pod. You may not want this if you intend to use a Vertical Pod Autoscaler.
68+
# -- Set resource requests and limits for the pod.
69+
#
70+
# Read [Venafi Kubernetes components deployment best practices](https://docs.venafi.cloud/vaas/k8s-components/c-k8s-components-best-practice/#scaling)
71+
# to learn how to choose suitable CPU and memory resource requests and limits.
6972
resources:
7073
requests:
7174
memory: 200Mi
7275
cpu: 200m
7376
limits:
7477
memory: 500Mi
75-
cpu: 500m
7678

7779
# -- Embed YAML for nodeSelector settings, see https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes/
7880
nodeSelector: {}

0 commit comments

Comments
 (0)