fix: `much` not `many`

This commit is contained in:
antoinegauvain 2019-12-16 15:02:39 +01:00
parent 34d16c1633
commit 83fca27582
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ The CPU resource is measured in a number of CPU the pod will use for a given amo
Specifying `0.5` (or `500m`, which means 500 millicpu), will give half of a CPU to your pod. Specifying `0.5` (or `500m`, which means 500 millicpu), will give half of a CPU to your pod.
The RAM resource is measured in the number of bytes of RAM the pod will use. The RAM resource is measured in the number of bytes of RAM the pod will use.
Specifying `123Mi` (or `128974848`, which means 128974848 bytes), will give that many RAM to your pod. Specifying `123Mi` (or `128974848`, which means 128974848 bytes), will give that much RAM to your pod.
## `requests` vs `limits` ## `requests` vs `limits`