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
229 B
YAML
14 lines
229 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: constraints-mem-demo
|
|
spec:
|
|
containers:
|
|
- name: constraints-mem-demo-ctr
|
|
image: nginx
|
|
resources:
|
|
limits:
|
|
memory: "800Mi"
|
|
requests:
|
|
memory: "600Mi"
|