33 lines
946 B
YAML
33 lines
946 B
YAML
tempo:
|
|
storage:
|
|
trace:
|
|
backend: s3
|
|
s3:
|
|
bucket: tempo-traces
|
|
endpoint: http://10.255.241.30:30080
|
|
access_key: ... # optional. access key when using static credentials.
|
|
secret_key: ... # optional. secret key when using static credentials.
|
|
insecure: true # optional. enable if endpoint is http
|
|
backend: local
|
|
local:
|
|
path: /var/tempo/traces
|
|
wal:
|
|
path: /var/tempo/wal
|
|
|
|
tempoQuery:
|
|
ingress:
|
|
enabled: true
|
|
ingressClassName: nginx
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: letsencrypt-staging
|
|
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
|
atlantis.oceanbox.io/expose: internal
|
|
path: /
|
|
pathType: Prefix
|
|
hosts:
|
|
- query.tempo.adm.oceanbox.io
|
|
tls:
|
|
- secretName: tempo-query-tls
|
|
hosts:
|
|
- query.tempo.adm.oceanbox.io
|