mirror of
https://github.com/unclecode/crawl4ai.git
synced 2024-12-22 15:52:24 +03:00
feat(deploy): change instance size to professional-xs and update memory utilization alert window to 300 seconds
This commit is contained in:
@@ -13,7 +13,7 @@ services:
|
||||
http_path: /health
|
||||
http_port: 11235
|
||||
instance_count: 1
|
||||
instance_size_slug: basic-xs
|
||||
instance_size_slug: professional-xs
|
||||
name: web
|
||||
routes:
|
||||
- path: /
|
||||
@@ -23,7 +23,7 @@ spec:
|
||||
alerts:
|
||||
- rule: MEM_UTILIZATION
|
||||
value: 90
|
||||
window: 5m # Added window parameter
|
||||
window: 300 # Changed from "5m" to 300 (5 minutes in seconds)
|
||||
operator: GREATER_THAN
|
||||
disabled: false
|
||||
- rule: DEPLOYMENT_FAILED
|
||||
|
||||
Reference in New Issue
Block a user