Delete quota-mem-cpu-pod-2.yaml

This commit is contained in:
AdamDang
2018-11-19 20:24:02 +08:00
committed by GitHub
parent b7df8ae71d
commit 5c996f2dae
@@ -1,16 +0,0 @@
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"