From a148688fd896f7ef6469b6630ed5dd1b814838bb Mon Sep 17 00:00:00 2001 From: Ori Zohar Date: Tue, 2 Mar 2021 17:00:46 -0800 Subject: [PATCH] Fixing helm chart readme link --- .../en/operations/hosting/kubernetes/kubernetes-production.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/operations/hosting/kubernetes/kubernetes-production.md b/daprdocs/content/en/operations/hosting/kubernetes/kubernetes-production.md index d9e70815f..4b7e012f2 100644 --- a/daprdocs/content/en/operations/hosting/kubernetes/kubernetes-production.md +++ b/daprdocs/content/en/operations/hosting/kubernetes/kubernetes-production.md @@ -21,7 +21,7 @@ Use the following resource settings might serve as a starting point. Requirement | Placement | Limit: 1, Request: 250m | Limit: 150Mi, Request: 75Mi | Dashboard | Limit: 200m, Request: 50m | Limit: 200Mi, Request: 20Mi -When installing Dapr using Helm, no default limit/request values are set. Each component has a `resources` option (for example, `dapr_dashboard.resources`), which you can use to tune the Dapr control plane to fit your environment. The [Helm chart readme](https://github.com/dapr/dapr/blob/master/charts/dapr/README) has detailed information and examples. For local/dev installations, you might simply want to skip configuring the `resources` options. +When installing Dapr using Helm, no default limit/request values are set. Each component has a `resources` option (for example, `dapr_dashboard.resources`), which you can use to tune the Dapr control plane to fit your environment. The [Helm chart readme](https://github.com/dapr/dapr/blob/master/charts/dapr/README.md) has detailed information and examples. For local/dev installations, you might simply want to skip configuring the `resources` options. ### Optional components