2017-08-30 12:45:01 +00:00
|
|
|
apiVersion: v1
|
|
|
|
kind: Pod
|
|
|
|
metadata:
|
2019-09-24 07:49:26 +00:00
|
|
|
name: constraints-cpu-demo-3
|
2017-08-30 12:45:01 +00:00
|
|
|
spec:
|
|
|
|
containers:
|
2019-09-24 07:49:26 +00:00
|
|
|
- name: constraints-cpu-demo-3-ctr
|
2017-08-30 12:45:01 +00:00
|
|
|
image: nginx
|
|
|
|
resources:
|
|
|
|
limits:
|
|
|
|
cpu: "800m"
|
|
|
|
requests:
|
|
|
|
cpu: "100m"
|