Add weights, move files: Tasks>AdminClust>MemCPU (#8635)

* Add weights, move files: Tasks>AdminClust>MemCPU

* Move yaml files.
This commit is contained in:
Steve Perry
2018-05-19 20:35:51 -07:00
committed by k8s-ci-robot
parent 8b5226434b
commit cbc950b6b2
35 changed files with 20 additions and 2 deletions
@@ -0,0 +1,11 @@
apiVersion: v1
kind: LimitRange
metadata:
name: mem-limit-range
spec:
limits:
- default:
memory: 512Mi
defaultRequest:
memory: 256Mi
type: Container