Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

define resources for thanos sidecar #874

Merged
merged 4 commits into from
Sep 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions deploy/helm/prometheus-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,15 @@ prometheus:
thanos:
baseImage: quay.io/thanos/thanos
version: v0.10.0
## Defines the resource requirements for the Thanos sidecar
## Setting those as there are no default values in the upstream chart
resources:
limits:
cpu: 10m
memory: 16Mi
requests:
cpu: 1m
memory: 8Mi
containers:
- name: "prometheus-config-reloader"
env:
Expand Down
9 changes: 9 additions & 0 deletions deploy/helm/sumologic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -940,6 +940,15 @@ prometheus-operator:
thanos:
baseImage: quay.io/thanos/thanos
version: v0.10.0
## Defines the resource requirements for the Thanos sidecar
## Setting those as there are no default values in the upstream chart
resources:
limits:
cpu: 10m
memory: 16Mi
requests:
cpu: 1m
memory: 8Mi
containers:
- name: "prometheus-config-reloader"
env:
Expand Down