website/content/en/examples/admin/resource/limit-memory-ratio-pod.yaml

10 lines
145 B
YAML
Raw Normal View History

apiVersion: v1
kind: LimitRange
metadata:
name: limit-memory-ratio-pod
spec:
limits:
- maxLimitRequestRatio:
memory: 2
type: Pod