37df3efaf9
* Documentation LimitRange Policies * Fixing limirange docs issues * Style and grammar * Reviewer wanted * syntax and grammar feedbacks
11 lines
146 B
YAML
11 lines
146 B
YAML
apiVersion: v1
|
|
kind: LimitRange
|
|
metadata:
|
|
name: limit-mem-cpu-per-pod
|
|
spec:
|
|
limits:
|
|
- max:
|
|
cpu: "2"
|
|
memory: "2Gi"
|
|
type: Pod
|