4962ffabbf
This PR relocates some of the YAML files used by the administer cluster topic. One yaml file not used is deleted.
17 lines
273 B
YAML
17 lines
273 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: quota-mem-cpu-demo
|
|
spec:
|
|
containers:
|
|
- name: quota-mem-cpu-demo-ctr
|
|
image: nginx
|
|
resources:
|
|
limits:
|
|
memory: "800Mi"
|
|
cpu: "800m"
|
|
requests:
|
|
memory: "600Mi"
|
|
cpu: "400m"
|
|
|