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 committed Mar 5, 2020
1 parent 476ddb8 commit 04db3ad
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions deploy/helm/fluent-bit-overrides.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# This file is auto-generated.
## Resource limits for fluent-bit
resources: {}
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 10m
# memory: 8Mi

service:
flush: 5
metrics:
Expand Down
6 changes: 6 additions & 0 deletions deploy/helm/prometheus-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ grafana:
enabled: false
defaultDashboardsEnabled: false
prometheusOperator:
## Resource limits for prometheus operator
resources: {}
admissionWebhooks:
enabled: false
tlsProxy:
Expand Down Expand Up @@ -60,6 +62,10 @@ prometheus:
matchLabels:
app: collection-sumologic-otelcol
prometheusSpec:
## Define resources requests and limits for single Pods.
resources: {}
# requests:
# memory: 400Mi
thanos:
version: v0.10.0
containers:
Expand Down

0 comments on commit 04db3ad

Please sign in to comment.