diff --git a/libs/pages/application/src/lib/feature/page-alerting-edit-feature/page-alerting-edit-feature.tsx b/libs/pages/application/src/lib/feature/page-alerting-edit-feature/page-alerting-edit-feature.tsx index 7a5809a6c1e..7018c78f49e 100644 --- a/libs/pages/application/src/lib/feature/page-alerting-edit-feature/page-alerting-edit-feature.tsx +++ b/libs/pages/application/src/lib/feature/page-alerting-edit-feature/page-alerting-edit-feature.tsx @@ -143,7 +143,7 @@ export function PageAlertingEditFeature() { .with('hpa_limit', () => 'Auto-scaling reached the maximum number of instances') .otherwise(() => generateConditionDescription(func, operator, threshold, unit, updatedAlert.for_duration)) - if (updatedAlert && environment && containerName && ingressName) { + if (updatedAlert && environment && containerName && (ingressName || httpRouteName)) { try { await editAlertRule({ alertRuleId: alertId,