Create quota-mem-cpu.yaml

This commit is contained in:
Sabbir Ahmed Shameem 2024-05-05 22:25:14 +06:00 committed by GitHub
parent 7fc140b8d0
commit ca123d393c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
apiVersion: v1
kind: ResourceQuota
metadata:
name: mem-cpu-demo
spec:
hard:
requests.cpu: "1"
requests.memory: 1Gi
limits.cpu: "2"
limits.memory: 2Gi