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

Commit

Permalink
prometheus: Enable etcd rules (#938)
Browse files Browse the repository at this point in the history
* fix: Ensure etcd rules are enabled

* chore: Remove dupe configs defaulted in chart

Co-authored-by: Alejandro Escobar <[email protected]>
  • Loading branch information
gracedo and alejandroEsc authored Mar 5, 2021
1 parent 33c4038 commit 9b02274
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions addons/prometheus/prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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.44.0-6"
catalog.kubeaddons.mesosphere.io/addon-revision: "0.44.0-7"
appversion.kubeaddons.mesosphere.io/prometheus-operator: "0.44.0"
appversion.kubeaddons.mesosphere.io/prometheus: "2.22.1"
appversion.kubeaddons.mesosphere.io/alertmanager: "0.21.0"
Expand Down Expand Up @@ -52,24 +52,12 @@ spec:
"grafana.ingress.annotations.traefik\\.ingress\\.kubernetes\\.io/auth-url": "ingress.auth.auth-url"
values: |
---
defaultRules:
rules:
etcd: false
mesosphereResources:
create: true
rules:
etcd: true
# addon alert rules are defaulted to false to prevent potential misfires if addons
# are disabled.
velero: false
homeDashboard:
cronJob:
image: apteno/alpine-jq:2021-01-19
hooks:
grafana:
image: apteno/alpine-jq:2021-01-19
prometheus:
kubectlImage: bitnami/kubectl:1.19.7
prometheus:
ingress:
enabled: true
Expand Down

0 comments on commit 9b02274

Please sign in to comment.