From 013692af32ab09b6755f7ea61cb9edb1f54b339d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my-Christophe=20Schermesser?= Date: Thu, 23 May 2019 10:47:25 +0200 Subject: [PATCH] fix(resources): typo (#43) --- 12-resources/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12-resources/README.md b/12-resources/README.md index 66b4152..1f590b9 100644 --- a/12-resources/README.md +++ b/12-resources/README.md @@ -10,7 +10,7 @@ For each resource you can define the `limits` and the `requests`. ## 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. The RAM resource is measured in the number of bytes of RAM the pod will use.