mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-27 04:00:45 -05:00
13 lines
198 B
YAML
Executable file
13 lines
198 B
YAML
Executable file
apiVersion: v1
|
|
kind: LimitRange
|
|
metadata:
|
|
name: limits
|
|
spec:
|
|
limits:
|
|
- default:
|
|
cpu: 200m
|
|
memory: 512Mi
|
|
defaultRequest:
|
|
cpu: 100m
|
|
memory: 256Mi
|
|
type: Container
|