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