Skip to content

Commit

Permalink
Generate new overrides yaml/libsonnet file(s).
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI authored and vsinghal13 committed Apr 24, 2020
1 parent 581186a commit d43aef0
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions deploy/helm/prometheus-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,34 @@ grafana:
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

0 comments on commit d43aef0

Please sign in to comment.