File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
deploy/charts/venafi-kubernetes-agent Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -65,14 +65,16 @@ securityContext:
65
65
runAsNonRoot : true
66
66
runAsUser : 1000
67
67
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.
69
72
resources :
70
73
requests :
71
74
memory : 200Mi
72
75
cpu : 200m
73
76
limits :
74
77
memory : 500Mi
75
- cpu : 500m
76
78
77
79
# -- Embed YAML for nodeSelector settings, see https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes/
78
80
nodeSelector : {}
You can’t perform that action at this time.
0 commit comments