packages/kubernetes/_dev/deploy/k8s/rq.yaml (17 lines of code) (raw):

apiVersion: v1 kind: List items: - apiVersion: v1 kind: ResourceQuota metadata: name: pods-high spec: hard: cpu: "1000" memory: 200Ki pods: "10" scopeSelector: matchExpressions: - operator: In scopeName: PriorityClass values: ["high"]