Skip to content

Commit

Permalink
Add resource quota example
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Oct 2, 2023
1 parent 43978b8 commit 8f010bc
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions artifacts/resourcequota/quota.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
apiVersion: v1
kind: Namespace
metadata:
labels:
field.cattle.io/projectId: p-demo
name: demo
---
apiVersion: management.k8s.appscode.com/v1alpha1
kind: ProjectQuota
metadata:
name: p-demo
spec:
quotas:
- group: kubedb.com
kind: Postgres
hard:
limits.memory: 1Gi
- group: kubedb.com
hard:
limits.memory: 1Gi

0 comments on commit 8f010bc

Please sign in to comment.