6fb9a555a7
* zh-trans: add memory-constraint-namespace.md zh-trans: add memory-constraint-namespace.md * Update memory-constraint-namespace.md * Create memory-constraints.yaml * Create memory-constraints-pod.yaml * Create memory-constraints-pod-2.yaml * Create memory-constraints-pod-3.yaml * Create memory-constraints-pod-4.yaml
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
|