新增learn-kubernetes(https://github.com/yyong-brs/learn-kubernetes)相关文件
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
apiVersion: v1
|
||||
kind: ResourceQuota
|
||||
metadata:
|
||||
name: cpu-quota
|
||||
namespace: pi-dev
|
||||
labels:
|
||||
kiamol: ch12-lab
|
||||
spec:
|
||||
hard:
|
||||
limits.cpu: 2
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ResourceQuota
|
||||
metadata:
|
||||
name: cpu-quota
|
||||
namespace: pi-test
|
||||
labels:
|
||||
kiamol: ch12-lab
|
||||
spec:
|
||||
hard:
|
||||
limits.cpu: 2
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ResourceQuota
|
||||
metadata:
|
||||
name: cpu-quota
|
||||
namespace: pi-uat
|
||||
labels:
|
||||
kiamol: ch12-lab
|
||||
spec:
|
||||
hard:
|
||||
limits.cpu: 4
|
||||
Reference in New Issue
Block a user