diff --git a/website/content/docs/platform/k8s/helm/configuration.mdx b/website/content/docs/platform/k8s/helm/configuration.mdx index a629dc72eb..1e56b29580 100644 --- a/website/content/docs/platform/k8s/helm/configuration.mdx +++ b/website/content/docs/platform/k8s/helm/configuration.mdx @@ -123,9 +123,11 @@ and consider if they're appropriate for your deployment. ```yaml resources: requests: - memory: '10Gi' + memory: '256Mi' + cpu: '250m' limits: - memory: '10Gi' + memory: '256Mi' + cpu: '250m' ``` - `namespaceSelector` (`dictionary: {}`) - The selector used by the admission webhook controller to limit what namespaces where injection can happen. If set to null, all non-system namespaces are eligible for injection.