Merge pull request #512 from mckeowbc/patch-1

Update horizontal-pod-autoscaler.md
This commit is contained in:
Bridget Kromhout
2019-07-20 08:04:01 -05:00
committed by GitHub

View File

@@ -191,7 +191,7 @@ This can also be set with `--cpu-percent=`.
- In the `containers` list, add the following block:
```
resources: {"requests":{"cpu":"1", "memory":"64Mi"}
resources: {"requests":{"cpu":"1", "memory":"64Mi"}}
```
]