Skip to content

Commit

Permalink
Merge pull request #27 from canonical/OPENG-2205
Browse files Browse the repository at this point in the history
Set resource limits and requests for Tempo
  • Loading branch information
michaeldmitry authored Sep 2, 2024
2 parents 979e74c + 5ad45ba commit 5337b49
Show file tree
Hide file tree
Showing 9 changed files with 860 additions and 7 deletions.
12 changes: 12 additions & 0 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,15 @@ config:
description: Force-enable the receiver for the 'jaeger_grpc' protocol in Tempo, even if there is no integration currently requesting it.
type: boolean
default: false
cpu_limit:
description: |
K8s cpu resource limit, e.g. "1" or "500m". Default is unset (no limit). This value is used
for the "limits" portion of the resource requirements.
See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
type: string
memory_limit:
description: |
K8s memory resource limit, e.g. "1Gi". Default is unset (no limit). This value is used
for the "limits" portion of the resource requirements.
See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
type: string
Loading

0 comments on commit 5337b49

Please sign in to comment.