remove content/ja/examples/admin/resource/cpu-constraints-pod-3.yaml

pull/33390/head
Kinzhi 2022-06-02 04:40:45 +08:00
parent a8a2010b8a
commit ae9af5f8d7
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
apiVersion: v1
kind: Pod
metadata:
name: constraints-cpu-demo-3
spec:
containers:
- name: constraints-cpu-demo-3-ctr
image: nginx
resources:
limits:
cpu: "800m"
requests:
cpu: "100m"