summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--f3s/argocd-apps/monitoring/prometheus.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/f3s/argocd-apps/monitoring/prometheus.yaml b/f3s/argocd-apps/monitoring/prometheus.yaml
index 86d235a..aa72097 100644
--- a/f3s/argocd-apps/monitoring/prometheus.yaml
+++ b/f3s/argocd-apps/monitoring/prometheus.yaml
@@ -42,6 +42,14 @@ spec:
https: true
insecureSkipVerify: true
+ # k3s embeds kube-proxy and kube-scheduler into the main process
+ # Disable these components to prevent false-positive alerts
+ kubeProxy:
+ enabled: false
+
+ kubeScheduler:
+ enabled: false
+
prometheus:
prometheusSpec:
additionalArgs: