DEV-709: added Res.Quotas per NS
parent
1239fe8732
commit
fa43a15602
@ -0,0 +1,11 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: ResourceQuota
|
||||||
|
metadata:
|
||||||
|
name: cpu-mem
|
||||||
|
namespace: cus-mobene-cusprod
|
||||||
|
spec:
|
||||||
|
hard:
|
||||||
|
limits.cpu: "1"
|
||||||
|
limits.memory: 4Gi
|
||||||
|
services.loadbalancers: "0"
|
||||||
|
services.nodeports: "0"
|
||||||
@ -0,0 +1,11 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: ResourceQuota
|
||||||
|
metadata:
|
||||||
|
name: cpu-mem
|
||||||
|
namespace: cus-mobene-cusqa
|
||||||
|
spec:
|
||||||
|
hard:
|
||||||
|
limits.cpu: "1"
|
||||||
|
limits.memory: 4Gi
|
||||||
|
services.loadbalancers: "0"
|
||||||
|
services.nodeports: "0"
|
||||||
@ -0,0 +1,11 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: ResourceQuota
|
||||||
|
metadata:
|
||||||
|
name: cpu-mem
|
||||||
|
namespace: cus-mobene-nsodev
|
||||||
|
spec:
|
||||||
|
hard:
|
||||||
|
limits.cpu: "1"
|
||||||
|
limits.memory: 4Gi
|
||||||
|
services.loadbalancers: "0"
|
||||||
|
services.nodeports: "0"
|
||||||
Loading…
Reference in New Issue