Delete quota-mem-cpu-pod.yaml

This commit is contained in:
AdamDang
2018-11-19 20:24:12 +08:00
committed by GitHub
parent 5c996f2dae
commit 38c19cb17b
@@ -1,16 +0,0 @@
apiVersion: v1
kind: Pod
metadata:
name: quota-mem-cpu-demo
spec:
containers:
- name: quota-mem-cpu-demo-ctr
image: nginx
resources:
limits:
memory: "800Mi"
cpu: "800m"
requests:
memory: "600Mi"
cpu: "400m"