mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
14 lines
232 B
YAML
14 lines
232 B
YAML
apiVersion: v1
|
|
kind: LimitRange
|
|
metadata:
|
|
name: test-mem-limit-range
|
|
labels:
|
|
containerSize: minimal
|
|
spec:
|
|
limits:
|
|
- default:
|
|
memory: 512Mi
|
|
cpu: 10m
|
|
defaultRequest:
|
|
memory: 256Mi
|
|
type: Container
|