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

Commit

Permalink
chore: Bump alert-manager resource limits
Browse files Browse the repository at this point in the history
  • Loading branch information
gracedo committed Jun 23, 2020
1 parent a1fd293 commit c9689de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions addons/prometheus/0.38.x/prometheus-3.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-2"
catalog.kubeaddons.mesosphere.io/addon-revision: "0.38.1-3"
appversion.kubeaddons.mesosphere.io/prometheus-operator: "0.38.1"
appversion.kubeaddons.mesosphere.io/prometheus: "2.17.2"
appversion.kubeaddons.mesosphere.io/alertmanager: "0.20.0"
Expand Down Expand Up @@ -255,8 +255,8 @@ spec:
alertmanagerSpec:
resources:
limits:
cpu: 100m
memory: 50Mi
cpu: 200m
memory: 250Mi
requests:
cpu: 10m
memory: 50Mi
Expand Down

0 comments on commit c9689de

Please sign in to comment.