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