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,16 @@
apiVersion: v1
kind: Pod
metadata:
name: quota-mem-cpu-demo-2
spec:
containers:
- name: quota-mem-cpu-demo-2-ctr
image: redis
resources:
limits:
memory: "1Gi"
cpu: "800m"
requests:
memory: "700Mi"
cpu: "400m"