We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d3b220 commit 348fcbbCopy full SHA for 348fcbb
docs/tutorials/best-practices/speed-up-templates.md
@@ -100,13 +100,12 @@ Adjust the CPU and memory values as shown in
100
```yaml
101
…
102
resources:
103
- {}
104
- # limits:
105
- # cpu: 2000m
106
- # memory: 4096Mi
107
- # requests:
108
109
+ limits:
+ cpu: "0.25"
+ memory: "1G"
+ requests:
110
111
```
112
0 commit comments