feat(quotas): add storage quotas
This commit is contained in:
parent
4f0927c6bf
commit
f16a7aa365
2 changed files with 20 additions and 0 deletions
10
quotas/production/storage.yml
Normal file
10
quotas/production/storage.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
apiVersion: v1
|
||||
kind: ResourceQuota
|
||||
metadata:
|
||||
name: storage
|
||||
spec:
|
||||
hard:
|
||||
requests.storage: 1Gi
|
||||
persistentvolumeclaims: "3"
|
||||
local-path.storageclass.storage.k8s.io/requests.storage: 0Mi
|
||||
local-path.storageclass.storage.k8s.io/persistentvolumeclaims: "0"
|
||||
Reference in a new issue