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

Expose resource config for prometheus node-exporter and kube state metrics. #593

Merged
merged 2 commits into from
Apr 24, 2020
Merged
Changes from 1 commit
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
24 changes: 24 additions & 0 deletions deploy/helm/sumologic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -514,10 +514,34 @@ prometheus-operator:
prometheusOperator:
## Resource limits for prometheus operator
resources: {}
# limits:
# cpu: 200m
# memory: 200Mi
# requests:
# cpu: 100m
# memory: 100Mi
admissionWebhooks:
enabled: false
tlsProxy:
enabled: false
## Resource limits for kube-state-metrics
kube-state-metrics:
resources: {}
# limits:
# cpu: 200m
# memory: 200Mi
# requests:
# cpu: 200m
# memory: 200Mi
## Resource limits for prometheus node exporter
prometheus-node-exporter:
resources: {}
# limits:
# cpu: 200m
# memory: 50Mi
# requests:
# cpu: 100m
# memory: 30Mi
prometheus:
additionalServiceMonitors:
- name: collection-sumologic
Expand Down