4962ffabbf
This PR relocates some of the YAML files used by the administer cluster topic. One yaml file not used is deleted.
17 lines
280 B
YAML
17 lines
280 B
YAML
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"
|
|
|