Merge pull request #33390 from kinzhi/kinzhi81
[ja]Remove content/ja/examples/admin/resource/cpu-constraints-pod-3.yamlpull/34112/head
commit
6322761f85
|
@ -1,13 +0,0 @@
|
|||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: constraints-cpu-demo-4
|
||||
spec:
|
||||
containers:
|
||||
- name: constraints-cpu-demo-4-ctr
|
||||
image: nginx
|
||||
resources:
|
||||
limits:
|
||||
cpu: "800m"
|
||||
requests:
|
||||
cpu: "100m"
|
Loading…
Reference in New Issue