apiVersion: v1
data:
  loki-alerting-rules.yaml: |-
    groups:
      - name: additional-loki-rules
        rules:
          - alert: NovaCellNotResponding
            expr: 'count_over_time({pod_label_component="compute"} |= "not responding and hence is being omitted from the results" [1m]) > 0'
            labels:
              severity: critical
            annotations:
              summary: Nova Cell is not responding. It can cause port deletion in CAPI.
kind: ConfigMap
metadata:
  creationTimestamp: "2026-05-26T16:03:01Z"
  labels:
    loki_rule: atmosphere
  name: loki-alerting-rules
  namespace: monitoring
  resourceVersion: "5021"
  uid: fcb0cb97-ade8-4e03-ac57-8248574af359
