13 lines
215 B
YAML
13 lines
215 B
YAML
apiVersion: v1
|
|
kind: LimitRange
|
|
metadata:
|
|
name: ecommerce-default-limits
|
|
spec:
|
|
limits:
|
|
- default:
|
|
cpu: 250m
|
|
memory: 256Mi
|
|
defaultRequest:
|
|
cpu: 100m
|
|
memory: 128Mi
|
|
type: Container |