init
This commit is contained in:
13
resource-quota/sample.yaml
Normal file
13
resource-quota/sample.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
apiVersion: v1
|
||||
kind: ResourceQuota
|
||||
metadata:
|
||||
name: count
|
||||
namespace: custom-namespace
|
||||
spec:
|
||||
hard:
|
||||
limits.cpu: "400m"
|
||||
limits.memory: 1Gi
|
||||
requests.cpu: "100m"
|
||||
pods: "4"
|
||||
services.loadbalancers: "1"
|
||||
count/deployments.apps: "4"
|
||||
Reference in New Issue
Block a user