refactor(deploy): remove memory utilization alert configuration from deployment template

This commit is contained in:
UncleCode
2024-11-16 17:28:42 +08:00
parent 5d0b13294c
commit 79feab89c4

View File

@@ -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