Skip to content

Commit

Permalink
chore: apply suggestion
Browse files Browse the repository at this point in the history
Signed-off-by: liyang <[email protected]>
  • Loading branch information
daviderli614 committed Jan 12, 2025
1 parent bb193d1 commit f92f2cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion charts/tempo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ Grafana Tempo Single Binary Mode
| tempo.resources | object | `{}` | |
| tempo.retention | string | `"24h"` | |
| tempo.securityContext | object | `{}` | |
| tempo.server | object | `{"http_listen_port":3100}` | Configuration options for the server. Refers to: https://grafana.com/docs/tempo/latest/configuration/#server |
| tempo.server.http_listen_port | int | `3100` | HTTP server listen port |
| tempo.storage.trace.backend | string | `"local"` | |
| tempo.storage.trace.local.path | string | `"/var/tempo/traces"` | |
Expand Down
6 changes: 3 additions & 3 deletions charts/tempo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tempo:
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
## Refers to: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
##
# pullSecrets:
# - myRegistryKeySecretName
Expand Down Expand Up @@ -70,7 +70,7 @@ tempo:
per_tenant_override_config: /conf/overrides.yaml
overrides: {}

# -- Configuration options for the server.
# Tempo server configuration.
# Refers to: https://grafana.com/docs/tempo/latest/configuration/#server
server:
# -- HTTP server listen port
Expand All @@ -97,7 +97,7 @@ tempo:
storage:
trace:
# tempo storage backend.
# Refers to: https://grafana.com/docs/tempo/latest/configuration/
# Refers to: https://grafana.com/docs/tempo/latest/configuration/#storage
## Use s3 for example
# backend: s3
# store traces in s3
Expand Down

0 comments on commit f92f2cd

Please sign in to comment.