diff --git a/quotas/production/storage.yml b/quotas/production/storage.yml new file mode 100644 index 0000000..21165c4 --- /dev/null +++ b/quotas/production/storage.yml @@ -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" diff --git a/quotas/staging/storage.yml b/quotas/staging/storage.yml new file mode 100644 index 0000000..21165c4 --- /dev/null +++ b/quotas/staging/storage.yml @@ -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"