Skip to content

Commit

Permalink
Merge pull request #241 from OT-CONTAINER-KIT/feature/tempo-stan
Browse files Browse the repository at this point in the history
Feature/tempo standalone
  • Loading branch information
ashwani-opstree authored Sep 2, 2024
2 parents 1f23c76 + 3903846 commit 5143d7f
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 0 deletions.
14 changes: 14 additions & 0 deletions charts/tempo-standalone/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: v2
name: tempo-standalone
description: A Helm chart for tempo standalone
type: application
version: 1.0.0
appVersion: 1.0.0
dependencies:
- name: tempo
version: 1.10.1
repository: https://grafana.github.io/helm-charts
alias: tempo
tags:
- tempo
condition: tempo.enabled
25 changes: 25 additions & 0 deletions charts/tempo-standalone/examples/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
tempo:
enabled: true
fullnameOverride: tempo
tempo:
retention: 168h
resources:
requests:
cpu: 1
memory: 2Gi
limits:
cpu: 1
memory: 2Gi
securityContext:
privileged: true
runAsUser: 0
metricsGenerator:
enabled: true
remoteWriteUrl: "http://otel-prometheus.monitoring:9090/api/v1/write"

persistence:
enabled: true
storageClassName: buildpiper-storage

serviceMonitor:
enabled: true
18 changes: 18 additions & 0 deletions charts/tempo-standalone/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
tempo:
enabled: true
fullnameOverride: tempo
tempo:
retention: 168h
resources:
requests:
cpu: 1
memory: 2Gi
limits:
cpu: 1
memory: 2Gi

persistence:
enabled: true

serviceMonitor:
enabled: true

0 comments on commit 5143d7f

Please sign in to comment.