Skip to content

Commit

Permalink
fix: bump prometheus memory
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Dec 12, 2024
1 parent 9a07755 commit a71b0d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions registry/components/monitoring/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ spec:
resources:
requests:
cpu: 250m
memory: 400Mi
memory: 800Mi
limits:
cpu: 500m
memory: 600Mi
memory: 1200Mi
additionalScrapeConfigs:
- job_name: garden
static_configs:
Expand Down Expand Up @@ -121,10 +121,10 @@ spec:
resources:
requests:
cpu: 100m
memory: 128Mi
memory: 256Mi
limits:
cpu: 200m
memory: 256Mi
memory: 512Mi
destination:
server: https://kubernetes.default.svc
namespace: monitoring
Expand Down

0 comments on commit a71b0d2

Please sign in to comment.