소스 검색

remove prometheusrule from values.yaml

Raghunandana S K 4 년 전
부모
커밋
1a2fc3b1c8
1개의 변경된 파일0개의 추가작업 그리고 11개의 파일을 삭제
  1. 0 11
      tools/kubernetes/helm/hue/values.yaml

+ 0 - 11
tools/kubernetes/helm/hue/values.yaml

@@ -47,17 +47,6 @@ monitoring:
   enabled: false
 alerting:
   enabled: false
-  prometheusRules:
-    - name: hue-pod-monitor.alert.rules
-      rules:
-      - alert: hue_pods_are_down
-        expr: count(up{job="hue"})==0 #Update the rule according to alerting requirements
-        for: 30m #Change this based on your SLA
-        labels:
-          severity: High
-        annotations:
-          summary: Hue pods are down
-          impact: Users might not be able to query via Hue Web UI
 tracing:
   enabled: false
 cron: