diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-08 22:04:01 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-08 22:04:01 +0200 |
| commit | b21a3f887bc38157e1fd44dbd2e90b34ff3af244 (patch) | |
| tree | 9818cd3fa2863bceb60dc49437a9d2104c1ebdf7 /f3s | |
| parent | 336e28b6c6703dac5fd8b6ee87bc017e1bdb84fb (diff) | |
Fix: disable kubeScheduler rules entirely
Diffstat (limited to 'f3s')
| -rw-r--r-- | f3s/argocd-apps/monitoring/prometheus.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/f3s/argocd-apps/monitoring/prometheus.yaml b/f3s/argocd-apps/monitoring/prometheus.yaml index fcc895d..5954be8 100644 --- a/f3s/argocd-apps/monitoring/prometheus.yaml +++ b/f3s/argocd-apps/monitoring/prometheus.yaml @@ -56,9 +56,7 @@ spec: kubeProxy: false kubeSchedulerAlerting: false kubeSchedulerRecording: false - disabled: - KubeProxyDown: true - KubeSchedulerDown: true + kubeScheduler: false prometheus: prometheusSpec: |
