Skip to content

Commit 2586e95

Browse files
authored
fix: updates helm overriden config to match with application.conf (#158)
1 parent 71054ea commit 2586e95

1 file changed

Lines changed: 1 addition & 29 deletions

File tree

hypertrace-trace-enricher/helm/templates/trace-enricher-config.yaml

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -37,28 +37,7 @@ data:
3737
}
3838
3939
enricher {
40-
DefaultServiceEntityEnricher {
41-
entity.service.config = {
42-
host = {{ .Values.traceEnricherConfig.entityServiceHost }}
43-
port = {{ .Values.traceEnricherConfig.entityServicePort }}
44-
}
45-
}
46-
47-
BackendEntityEnricher {
48-
entity.service.config = {
49-
host = {{ .Values.traceEnricherConfig.entityServiceHost }}
50-
port = {{ .Values.traceEnricherConfig.entityServicePort }}
51-
}
52-
}
53-
54-
EndpointEnricher {
55-
entity.service.config = {
56-
host = {{ .Values.traceEnricherConfig.entityServiceHost }}
57-
port = {{ .Values.traceEnricherConfig.entityServicePort }}
58-
}
59-
}
60-
61-
EntitySpanEnricher {
40+
clients = {
6241
entity.service.config = {
6342
host = {{ .Values.traceEnricherConfig.entityServiceHost }}
6443
port = {{ .Values.traceEnricherConfig.entityServicePort }}
@@ -67,16 +46,9 @@ data:
6746
host = {{ .Values.traceEnricherConfig.attributeServiceHost }}
6847
port = {{ .Values.traceEnricherConfig.attributeServicePort }}
6948
}
70-
}
71-
72-
SpaceEnricher {
7349
config.service.config = {
7450
host = {{ .Values.traceEnricherConfig.configServiceHost }}
7551
port = {{ .Values.traceEnricherConfig.configServicePort }}
7652
}
77-
attribute.service.config = {
78-
host = {{ .Values.traceEnricherConfig.attributeServiceHost }}
79-
port = {{ .Values.traceEnricherConfig.attributeServicePort }}
80-
}
8153
}
8254
}

0 commit comments

Comments
 (0)