fix tempo
This commit is contained in:
@@ -35,9 +35,6 @@ spec:
|
|||||||
tracing:
|
tracing:
|
||||||
otlp:
|
otlp:
|
||||||
enabled: true
|
enabled: true
|
||||||
grpc:
|
|
||||||
endpoint: "tempo.monitoring.svc.cluster.local:4317"
|
|
||||||
insecure: true
|
|
||||||
logs:
|
logs:
|
||||||
general:
|
general:
|
||||||
level: DEBUG
|
level: DEBUG
|
||||||
@@ -49,6 +46,10 @@ spec:
|
|||||||
otlp:
|
otlp:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
env:
|
||||||
|
- name: OTEL_EXPORTER_OTLP_ENDPOINT
|
||||||
|
value: "http://tempo.monitoring.svc.cluster.local:4318"
|
||||||
|
|
||||||
providers:
|
providers:
|
||||||
kubernetesIngress:
|
kubernetesIngress:
|
||||||
publishedService: # Fixes ArgoCD health checks for LoadBalancer services
|
publishedService: # Fixes ArgoCD health checks for LoadBalancer services
|
||||||
|
|||||||
Reference in New Issue
Block a user