feat: add quoats
This commit is contained in:
parent
e7d20864a9
commit
4f0927c6bf
6 changed files with 86 additions and 0 deletions
10
quotas/production/compute-resources.yml
Normal file
10
quotas/production/compute-resources.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
apiVersion: v1
|
||||
kind: ResourceQuota
|
||||
metadata:
|
||||
name: compute-resources
|
||||
spec:
|
||||
hard:
|
||||
requests.cpu: 6000m
|
||||
requests.memory: 16384Mi
|
||||
limits.cpu: 8000m
|
||||
limits.memory: 20480Mi
|
||||
Reference in a new issue