Added basic setup for master and certification material
This commit is contained in:
28
files/LFS258/SOLUTIONS/s_A/review3.yaml
Normal file
28
files/LFS258/SOLUTIONS/s_A/review3.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: design-pod1
|
||||
spec:
|
||||
containers:
|
||||
- image: vish/stress
|
||||
name: design-pod1
|
||||
resources:
|
||||
limits:
|
||||
cpu: "2.22"
|
||||
memory: "567Mi"
|
||||
requests:
|
||||
cpu: "0.3"
|
||||
memory: "456Mi"
|
||||
args:
|
||||
- -cpus
|
||||
- "1"
|
||||
- -mem-total
|
||||
- "1036Mi"
|
||||
- -mem-alloc-size
|
||||
- "500Mi"
|
||||
- -mem-alloc-sleep
|
||||
- "1s"
|
||||
|
||||
|
||||
#Domain CPU requirements
|
||||
|
||||
Reference in New Issue
Block a user