Skip to content

Commit

Permalink
try smaller to see if helps with e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pintohutch committed May 15, 2024
1 parent 5504f6b commit 1eacc64
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/values.global.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ resources:
memory: 16M
bash:
limits:
memory: 6M
memory: 1M
requests:
cpu: 1m
memory: 6M
memory: 1M
prometheus:
limits:
memory: 2G
Expand Down
12 changes: 6 additions & 6 deletions manifests/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -356,10 +356,10 @@ spec:
privileged: false
resources:
limits:
memory: 6M
memory: 1M
requests:
cpu: 1m
memory: 6M
memory: 1M
containers:
- name: config-reloader
image: gke.gcr.io/prometheus-engine/config-reloader:v0.9.0-gke.1
Expand Down Expand Up @@ -642,10 +642,10 @@ spec:
privileged: false
resources:
limits:
memory: 6M
memory: 1M
requests:
cpu: 1m
memory: 6M
memory: 1M
containers:
- name: config-reloader
image: gke.gcr.io/prometheus-engine/config-reloader:v0.9.0-gke.1
Expand Down Expand Up @@ -814,10 +814,10 @@ spec:
privileged: false
resources:
limits:
memory: 6M
memory: 1M
requests:
cpu: 1m
memory: 6M
memory: 1M
containers:
- name: alertmanager
image: gke.gcr.io/prometheus-engine/alertmanager:v0.25.1-gmp.2-gke.0
Expand Down

0 comments on commit 1eacc64

Please sign in to comment.