7f3b633aa0
This commit converts content and layout to use Hugo.
12 lines
160 B
YAML
12 lines
160 B
YAML
apiVersion: v1
|
|
kind: LimitRange
|
|
metadata:
|
|
name: cpu-min-max-demo-lr
|
|
spec:
|
|
limits:
|
|
- max:
|
|
cpu: "800m"
|
|
min:
|
|
cpu: "200m"
|
|
type: Container
|