diff options
Diffstat (limited to 'f3s')
| -rw-r--r-- | f3s/argocd-apps/monitoring/prometheus.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/f3s/argocd-apps/monitoring/prometheus.yaml b/f3s/argocd-apps/monitoring/prometheus.yaml index aa72097..fcc895d 100644 --- a/f3s/argocd-apps/monitoring/prometheus.yaml +++ b/f3s/argocd-apps/monitoring/prometheus.yaml @@ -50,6 +50,16 @@ spec: kubeScheduler: enabled: false + # Disable alert rules for components not available in k3s + defaultRules: + rules: + kubeProxy: false + kubeSchedulerAlerting: false + kubeSchedulerRecording: false + disabled: + KubeProxyDown: true + KubeSchedulerDown: true + prometheus: prometheusSpec: additionalArgs: |
