mirror of
https://github.com/unclecode/crawl4ai.git
synced 2024-12-22 15:52:24 +03:00
refactor(deploy): remove memory utilization alert configuration from deployment template
This commit is contained in:
@@ -19,12 +19,4 @@ spec:
|
|||||||
- key: ENABLE_GPU
|
- key: ENABLE_GPU
|
||||||
value: "false"
|
value: "false"
|
||||||
routes:
|
routes:
|
||||||
- path: /
|
- path: /
|
||||||
alerts:
|
|
||||||
- rule: MEM_UTILIZATION
|
|
||||||
value: 90
|
|
||||||
window: 300 # Changed from "5m" to 300 (5 minutes in seconds)
|
|
||||||
operator: GREATER_THAN
|
|
||||||
disabled: false
|
|
||||||
- rule: DEPLOYMENT_FAILED
|
|
||||||
- rule: DOMAIN_FAILED
|
|
||||||
Reference in New Issue
Block a user