Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions test/helm/gateway-addons-helm/e2e.in.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ prometheus:
scrape_interval: 10s
fluent-bit:
enabled: false
tempo:
tempo:
ingester:
flush_check_period: 1s
max_block_duration: 15s
5 changes: 3 additions & 2 deletions test/helm/gateway-addons-helm/e2e.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,8 @@ data:
http:
endpoint: 0.0.0.0:4318
ingester:
{}
flush_check_period: 1s
max_block_duration: 15s
server:
http_listen_port: 3100
storage:
Expand Down Expand Up @@ -11117,7 +11118,7 @@ spec:
app.kubernetes.io/name: tempo
app.kubernetes.io/instance: gateway-addons-helm
annotations:
checksum/config: 0898f7ca87563d700c35d7ea1824cd042cf93fb2f05e254d12a854aa97a5c5e5
checksum/config: 658cd054eaa8051815e2801a76bff8e63e030ca415e6220fdec9c6373a970ebc
spec:
serviceAccountName: tempo
automountServiceAccountToken: true
Expand Down