Vault k8s resource requirements?

What are the recommended settings for
resources.limits.cpu
resources.limits.memory
for the vault k8s service and vault-inj-agent-injector?

1 Like

I just noticed the helm chart values.yaml has a comment block for both injector and server as follows:

resources:

requests:

memory: 256Mi

cpu: 250m

limits:

memory: 256Mi

cpu: 250m

So I’ll take that as the answer. Has Hashicorp done any validation of these values?