Skip to content

Setting limits on Prometheus Pod #9352

Answered by Sierra1011
arunxls asked this question in General
Discussion options

You must be logged in to vote

It is definitely possible. If you're using the Helm chart the relevant section of the values file is right at the bottom.

In the docs for linkerd-viz, you can see these values that are configurable:

prometheus.resources.cpu.limit                 | string | nil 
prometheus.resources.cpu.request               | string | nil 
prometheus.resources.ephemeral-storage.limit   | string | "" 
prometheus.resources.ephemeral-storage.request | string | ""
prometheus.resources.memory.limit              | string | nil  
prometheus.resources.memory.request            | string | nil

In a values file that you're passing to the install, it would look like:

...

prometheus:
  resources:
    cpu:
      # --…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@arunxls
Comment options

Answer selected by arunxls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants