website/content/en/examples/admin/resource/cpu-defaults.yaml

12 lines
163 B
YAML
Raw Normal View History

2017-08-30 12:45:01 +00:00
apiVersion: v1
kind: LimitRange
metadata:
name: cpu-limit-range
spec:
limits:
- default:
cpu: 1
defaultRequest:
cpu: 0.5
type: Container