Añadir nginx-governance/limitrange.yaml
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: LimitRange
|
||||||
|
metadata:
|
||||||
|
name: default-limits
|
||||||
|
spec:
|
||||||
|
limits:
|
||||||
|
- default:
|
||||||
|
cpu: 200m
|
||||||
|
memory: 256Mi
|
||||||
|
defaultRequest:
|
||||||
|
cpu: 50m
|
||||||
|
memory: 128Mi
|
||||||
|
type: Container
|
||||||
Reference in New Issue
Block a user