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
280 B
YAML
17 lines
280 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: quota-mem-cpu-demo-2
|
|
spec:
|
|
containers:
|
|
- name: quota-mem-cpu-demo-2-ctr
|
|
image: redis
|
|
resources:
|
|
limits:
|
|
memory: "1Gi"
|
|
cpu: "800m"
|
|
requests:
|
|
memory: "700Mi"
|
|
cpu: "400m"
|
|
|