Set limit to prom int
This commit is contained in:
parent
31ac5b1db8
commit
3cf13b41c0
@ -30,3 +30,11 @@ server:
|
|||||||
- web.enable-lifecycle
|
- web.enable-lifecycle
|
||||||
|
|
||||||
retention: "15d"
|
retention: "15d"
|
||||||
|
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: "200m"
|
||||||
|
memory: "512Mi"
|
||||||
|
limits:
|
||||||
|
cpu: "500m"
|
||||||
|
memory: "1Gi"
|
||||||
Loading…
x
Reference in New Issue
Block a user