Skip to content

Commit

Permalink
Fix Tempo e2e tests (#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
IshwarKanse authored Oct 15, 2024
1 parent ade5c7e commit 5bc672f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ metadata:
kind: TempoStack
name: cmpreps
spec:
replicas: 2
selector:
matchLabels:
app.kubernetes.io/component: gateway
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@ spec:
apiVersion: v1
data:
tempo-query.yaml: |
address: 127.0.0.1:7777
backend: 127.0.0.1:3200
address: 0.0.0.0:7777
backend: localhost:3200
tenant_header_key: x-scope-orgid
services_query_duration: 72h0m0s
find_traces_concurrent_requests: 2
Expand Down
4 changes: 2 additions & 2 deletions tests/e2e-openshift/route/install-tempo-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ data:
tls_insecure_skip_verify: false
tls_min_version: VersionTLS13
tempo-query.yaml: |
address: 127.0.0.1:7777
backend: 127.0.0.1:3200
address: 0.0.0.0:7777
backend: localhost:3200
tenant_header_key: x-scope-orgid
services_query_duration: 72h0m0s
find_traces_concurrent_requests: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,8 @@ spec:
apiVersion: v1
data:
tempo-query.yaml: |
address: 127.0.0.1:7777
backend: 127.0.0.1:3200
address: 0.0.0.0:7777
backend: localhost:3200
tenant_header_key: x-scope-orgid
services_query_duration: 72h0m0s
find_traces_concurrent_requests: 2
Expand Down
4 changes: 2 additions & 2 deletions tests/e2e-openshift/tls-singletenant/01-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ data:
\ tls_ca_path: /var/run/ca/service-ca.crt\n tls_server_name: tempo-simplest-ingester.chainsaw-tls-singletenant.svc.cluster.local\n
\ tls_insecure_skip_verify: false\n tls_min_version: VersionTLS13\n"
tempo-query.yaml: |
address: 127.0.0.1:7777
backend: 127.0.0.1:3200
address: 0.0.0.0:7777
backend: localhost:3200
tenant_header_key: x-scope-orgid
services_query_duration: 72h0m0s
find_traces_concurrent_requests: 2
Expand Down

0 comments on commit 5bc672f

Please sign in to comment.