d6bdb664fb
* zh-trans: add broken link references * zh-trans: another batch of needed references * zh-trans: add needed community/static/cncf-code-of-conduct.md ref
17 lines
273 B
YAML
17 lines
273 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: quota-mem-cpu-demo
|
|
spec:
|
|
containers:
|
|
- name: quota-mem-cpu-demo-ctr
|
|
image: nginx
|
|
resources:
|
|
limits:
|
|
memory: "800Mi"
|
|
cpu: "800m"
|
|
requests:
|
|
memory: "600Mi"
|
|
cpu: "400m"
|
|
|