Skip to content

Commit

Permalink
Merge pull request grafana/phlare#435 from conorevans/conorevans/phla…
Browse files Browse the repository at this point in the history
…re-423

enhancement(helm): add note in resources section regarding max block duration
  • Loading branch information
simonswine authored Dec 7, 2022
2 parents 7d6728c + 61d840c commit 9e9fb1a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion operations/phlare/helm/phlare/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,16 @@ phlare:
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# lines, adjust them as necessary, and remove the curly braces after 'resources'.
#
# Note that if memory consumption is higher than you would like, you can decrease the interval
# that profiles are written into blocks by setting `phlaredb.max-block-duration` in the `extraArgs`
# stanza. By default, it is set to 3h - override it, for example, as below:
# ```
# extraArgs:
# phlaredb.max-block-duration: 30m
# ```
#
# limits:
# cpu: 100m
# memory: 128Mi
Expand Down

0 comments on commit 9e9fb1a

Please sign in to comment.