Skip to content

Commit

Permalink
Add description that distinguish between container-1 and container-2 …
Browse files Browse the repository at this point in the history
…make it easy to read.

Signed-off-by: ydFu <[email protected]>
  • Loading branch information
ydFu committed Jan 1, 2021
1 parent 0963e4e commit e6799c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/examples/pods/qos/qos-pod-4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ metadata:
namespace: qos-example
spec:
containers:

# The first container specifies a memory request of 200 MiB.
- name: qos-demo-4-ctr-1
image: nginx
resources:
requests:
memory: "200Mi"

# The second container does not specify any requests or limits.
- name: qos-demo-4-ctr-2
image: redis

0 comments on commit e6799c5

Please sign in to comment.