tempo-worker-k8s

Tempo Charmed Operator worker node

Channel Revision Published Runs on
1/stable 59 16 May 2025
Ubuntu 22.04
1/candidate 59 16 May 2025
Ubuntu 22.04
1/beta 59 16 May 2025
Ubuntu 22.04
1/edge 59 08 May 2025
Ubuntu 22.04
2/edge 80 11 Sep 2025
Ubuntu 24.04
juju deploy tempo-worker-k8s --channel 1/stable
Show information

Platform:

In order to configure CPU and memory limits for tempo-worker charm, you need to set the new limit values via juju config. By default, the configuration properties are unset which means no limits are set. Assuming your application is deployed as tempo-worker and you want to set your CPU limit to 500m and memory limit to 1Gi:

juju config tempo-worker cpu_limit=500m
juju config tempo-worker memory_limit=1Gi

Same configuration properties are available in the tempo-coordinator charm, assuming your coordinator is called tempo:

juju config tempo cpu_limit=500m
juju config tempo memory_limit=1Gi

See Tempo HA resource consumption to estimate values you might need in your setup. For an explanation of resource limits, see Resource Management for Pods and Containers.


Help improve this document in the forum (guidelines). Last updated 11 months ago.