4962ffabbf
This PR relocates some of the YAML files used by the administer cluster topic. One yaml file not used is deleted.
12 lines
162 B
YAML
12 lines
162 B
YAML
apiVersion: v1
|
|
kind: LimitRange
|
|
metadata:
|
|
name: mem-min-max-demo-lr
|
|
spec:
|
|
limits:
|
|
- max:
|
|
memory: 1Gi
|
|
min:
|
|
memory: 500Mi
|
|
type: Container
|