Add monitoring-governance/limitrange.yaml
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: LimitRange
|
||||||
|
metadata:
|
||||||
|
name: monitoring-default-resources
|
||||||
|
spec:
|
||||||
|
limits:
|
||||||
|
- type: Container
|
||||||
|
defaultRequest:
|
||||||
|
cpu: 10m
|
||||||
|
memory: 32Mi
|
||||||
|
default:
|
||||||
|
cpu: 100m
|
||||||
|
memory: 256Mi
|
||||||
Reference in New Issue
Block a user