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
12 lines
163 B
YAML
12 lines
163 B
YAML
apiVersion: v1
|
|
kind: LimitRange
|
|
metadata:
|
|
name: cpu-limit-range
|
|
spec:
|
|
limits:
|
|
- default:
|
|
cpu: 1
|
|
defaultRequest:
|
|
cpu: 0.5
|
|
type: Container
|