Update horizontal-pod-autoscaler.md

Missing closing bracket.
This commit is contained in:
Alex Moundalexis
2019-07-16 16:13:38 -07:00
committed by GitHub
parent 426fa67b19
commit e8234ebaa8

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"}}
```
]