1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-07 00:17:13 +00:00
kyverno/test/ResourceQuota/quota.yaml

18 lines
278 B
YAML
Raw Normal View History

apiVersion: v1
kind: ResourceQuota
metadata:
name: pods-low
labels:
quota: "low"
spec:
hard:
cpu: 2
memory: 8Gi
pods: 4
limits.memory: 12Gi
scopeSelector:
matchExpressions:
- operator : In
scopeName: PriorityClass
values: ["low"]