fix(resources): typo (#43)

This commit is contained in:
Rémy-Christophe Schermesser 2019-05-23 10:47:25 +02:00 committed by GitHub
parent 5ebea66c4d
commit 013692af32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ For each resource you can define the `limits` and the `requests`.
## Resources definition ## Resources definition
The CPU resource is measured in a number of CPU the pod will use for a given amount of time. It can be inferior to 0. The CPU resource is measured in a number of CPU the pod will use for a given amount of time. It cannot be inferior to 0.
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.