1
0
Fork 0

feat(quotas): add storage quotas

This commit is contained in:
Vojtěch Mareš 2022-09-06 11:41:19 +02:00
parent 4f0927c6bf
commit f16a7aa365
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
2 changed files with 20 additions and 0 deletions

View 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"