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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 16 deletions

View File

@ -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"