Skip to content

Commit 008dfcd

Browse files
authored
Change limits to requests
in the example for pod overhead - we need to have requests section instead of limits
1 parent f953fc8 commit 008dfcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/scheduling-eviction/pod-overhead.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ spec:
6868
stdin: true
6969
tty: true
7070
resources:
71-
limits:
71+
requests:
7272
cpu: 500m
7373
memory: 100Mi
7474
- name: nginx-ctr
7575
image: nginx
7676
resources:
77-
limits:
77+
requests:
7878
cpu: 1500m
7979
memory: 100Mi
8080
```

0 commit comments

Comments
 (0)