Delete quota-mem-cpu.yaml

This commit is contained in:
AdamDang
2018-11-19 20:24:25 +08:00
committed by GitHub
parent 38c19cb17b
commit aa53d02161
@@ -1,10 +0,0 @@
apiVersion: v1
kind: ResourceQuota
metadata:
name: mem-cpu-demo
spec:
hard:
requests.cpu: "1"
requests.memory: 1Gi
limits.cpu: "2"
limits.memory: 2Gi