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:02:34Z"
  labels:
    loki_rule: atmosphere
  name: loki-alerting-rules
  namespace: monitoring
  resourceVersion: "4976"
  uid: 50bd8004-a985-412b-a2a5-0a4efbd7282d
