Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
prometheus: disable controller-manager and scheduler serviceMonitors (#…
Browse files Browse the repository at this point in the history
…474)

Signed-off-by: Dimitri Koshkin <[email protected]>
(cherry picked from commit 829ec63)
  • Loading branch information
dkoshkin authored and joejulian committed Aug 26, 2020
1 parent 20ec754 commit 8d8d649
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion addons/prometheus/0.38.x/prometheus-14.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
# on the cluster, this hack will trigger re-queue on Addons until one exists.
kubeaddons.mesosphere.io/hack-requires-defaultstorageclass: "true"
annotations:
catalog.kubeaddons.mesosphere.io/addon-revision: "0.38.1-14"
catalog.kubeaddons.mesosphere.io/addon-revision: "0.38.1-15"
appversion.kubeaddons.mesosphere.io/prometheus-operator: "0.38.1"
appversion.kubeaddons.mesosphere.io/prometheus: "2.19.2"
appversion.kubeaddons.mesosphere.io/alertmanager: "0.20.0"
Expand Down Expand Up @@ -260,6 +260,10 @@ spec:
requests:
cpu: 1000m
memory: 4000Mi
kubeControllerManager:
enabled: false
kubeScheduler:
enabled: false
alertmanager:
ingress:
enabled: true
Expand Down

0 comments on commit 8d8d649

Please sign in to comment.