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
11 lines
170 B
YAML
11 lines
170 B
YAML
apiVersion: v1
|
|
kind: ResourceQuota
|
|
metadata:
|
|
name: mem-cpu-demo
|
|
spec:
|
|
hard:
|
|
requests.cpu: "1"
|
|
requests.memory: 1Gi
|
|
limits.cpu: "2"
|
|
limits.memory: 2Gi
|