Skip to content

Commit 348fcbb

Browse files
bpmctEdwardAngert
andauthored
Update docs/tutorials/best-practices/speed-up-templates.md
Co-authored-by: Edward Angert <EdwardAngert@users.noreply.github.com>
1 parent 4d3b220 commit 348fcbb

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

docs/tutorials/best-practices/speed-up-templates.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,12 @@ Adjust the CPU and memory values as shown in
100100
```yaml
101101
102102
resources:
103-
{}
104-
# limits:
105-
# cpu: 2000m
106-
# memory: 4096Mi
107-
# requests:
108-
# cpu: 2000m
109-
# memory: 4096Mi
103+
limits:
104+
cpu: "0.25"
105+
memory: "1G"
106+
requests:
107+
cpu: "0.25"
108+
memory: "1G"
110109
111110
```
112111

0 commit comments

Comments
 (0)