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
14 lines
221 B
YAML
14 lines
221 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: constraints-cpu-demo
|
|
spec:
|
|
containers:
|
|
- name: constraints-cpu-demo-ctr
|
|
image: nginx
|
|
resources:
|
|
limits:
|
|
cpu: "800m"
|
|
requests:
|
|
cpu: "500m"
|