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

This commit is contained in:
AdamDang
2018-11-19 20:19:51 +08:00
committed by GitHub
parent 21a03f300d
commit b7df8ae71d
@@ -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"