diff --git a/deploy/helm/templates/obi/configmap.yaml b/deploy/helm/templates/obi/configmap.yaml index 9f448278..51847c37 100644 --- a/deploy/helm/templates/obi/configmap.yaml +++ b/deploy/helm/templates/obi/configmap.yaml @@ -16,11 +16,11 @@ data: endpoint: http://swo-gateway:{{ .Values.otel.gateway.otlp_endpoint.port }} protocol: grpc interval: {{ quote .Values.otel.metrics.prometheus.scrape_interval }} - features: ["application", "application_service_graph", "network"] + features: ["application", "network"] {{- end }} {{- if not .Values.network_topology.config.ebpf }} ebpf: - context_propagation: all + context_propagation: disabled {{- end }} {{- if not .Values.network_topology.config.network }} network: diff --git a/deploy/helm/tests/__snapshot__/obi-configmap_test.yaml.snap b/deploy/helm/tests/__snapshot__/obi-configmap_test.yaml.snap index fb265be5..cc30bbbe 100644 --- a/deploy/helm/tests/__snapshot__/obi-configmap_test.yaml.snap +++ b/deploy/helm/tests/__snapshot__/obi-configmap_test.yaml.snap @@ -5,9 +5,9 @@ ConfigMap spec should match snapshot when network_topology is enabled: endpoint: http://swo-gateway:4317 protocol: grpc interval: "60s" - features: ["application", "application_service_graph", "network"] + features: ["application", "network"] ebpf: - context_propagation: all + context_propagation: disabled network: enable: true discovery: