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:
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.
6972resources :
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/
7880nodeSelector : {}
You can’t perform that action at this time.
0 commit comments