mirror of https://github.com/fluxcd/flux2.git
Merge pull request #3879 from fluxcd/resourcequota
Add ResourceQuota for critical podspull/3882/head
commit
cf5eb6a0bc
@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: ResourceQuota
|
||||
metadata:
|
||||
name: critical-pods
|
||||
spec:
|
||||
hard:
|
||||
pods: "1000"
|
||||
scopeSelector:
|
||||
matchExpressions:
|
||||
- operator: In
|
||||
scopeName: PriorityClass
|
||||
values:
|
||||
- system-node-critical
|
||||
- system-cluster-critical
|
Loading…
Reference in New Issue