Added basic setup for master and certification material
This commit is contained in:
13
files/LFS258/SOLUTIONS/s_03/low-resource-range.yaml
Normal file
13
files/LFS258/SOLUTIONS/s_03/low-resource-range.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
apiVersion: v1
|
||||
kind: LimitRange
|
||||
metadata:
|
||||
name: low-resource-range
|
||||
spec:
|
||||
limits:
|
||||
- default:
|
||||
cpu: 1
|
||||
memory: 500Mi
|
||||
defaultRequest:
|
||||
cpu: 0.5
|
||||
memory: 100Mi
|
||||
type: Container
|
||||
Reference in New Issue
Block a user