mirror of
https://github.com/google/nomulus
synced 2025-12-23 06:15:42 +00:00
15 lines
236 B
YAML
15 lines
236 B
YAML
apiVersion: v1
|
|
kind: LimitRange
|
|
metadata:
|
|
name: resource-limits
|
|
namespace: default
|
|
spec:
|
|
limits:
|
|
- type: Container
|
|
default:
|
|
cpu: "600m"
|
|
memory: "512Mi"
|
|
defaultRequest:
|
|
cpu: "400m"
|
|
memory: "350Mi"
|