github.com/enmand/kubernetes@v1.2.0-alpha.0/docs/admin/resourcequota/limits.yaml (about) 1 apiVersion: v1 2 kind: LimitRange 3 metadata: 4 name: limits 5 spec: 6 limits: 7 - default: 8 cpu: 200m 9 memory: 512Mi 10 defaultRequest: 11 cpu: 100m 12 memory: 256Mi 13 type: Container