Update website/source/docs/guides/kubernetes-reference.html.md

This commit is contained in:
kaitlincarter-hc 2019-04-03 10:58:55 -05:00 committed by GitHub
parent 61d34f9cda
commit f60b5ed64c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ guide for sizing recommendations for small and large Consul datacenters.
The CPU and memory recommendations can be used when you select the resources
limits for the Consul pods. The disk recommendations can also be used when
selecting the resources limits and configuring persistent volumes. You will
need to set both `limits` and `required` in the Helm chart. Below is an example
need to set both `limits` and `requests` in the Helm chart. Below is an example
Helm chart for a Consul server in a large environment.
```yaml