Skip to content

Commit

Permalink
Fix vagrant values.yaml and add limits for prometheus (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek-sumo authored Oct 21, 2020
1 parent 67934ee commit 79f2888
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions vagrant/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,20 @@ prometheus-operator:
editable: true
options:
path: /var/lib/grafana/dashboards/default
prometheus:
prometheusSpec:
externalLabels:
cluster: microk8s
sidecar:
image:
sha: ''
prometheus:
prometheusSpec:
externalLabels:
cluster: microk8s
resources:
limits:
cpu: 4000m
memory: 12Gi
requests:
cpu: 500m
memory: 512Mi
sumologic:
accessId: dummy
accessKey: dummy
Expand Down

0 comments on commit 79f2888

Please sign in to comment.