fix the spelling mistakes.

This commit is contained in:
axaysagathiya 2022-02-24 17:27:22 +05:30
parent eb28459847
commit 729ea586a8

View File

@ -16,7 +16,7 @@ Query service is the interface between forntend and databases. It is written in
``` ```
ClickHouseUrl=tcp://localhost:9001 ClickHouseUrl=tcp://localhost:9001
TORAGE=clickhouse STORAGE=clickhouse
``` ```
<!-- The above values are the default ones used by SigNoz and are kept at `deploy/kubernetes/platform/signoz-charts/query-service/values.yaml` --> <!-- The above values are the default ones used by SigNoz and are kept at `deploy/kubernetes/platform/signoz-charts/query-service/values.yaml` -->
@ -25,7 +25,7 @@ Query service is the interface between forntend and databases. It is written in
```console ```console
cd pkg/query-service cd pkg/query-service
go build -o build/query-service main.go go build -o build/query-service main.go
ClickHouseUrl=tcp://localhost:9001 TORAGE=clickhouse build/query-service ClickHouseUrl=tcp://localhost:9001 STORAGE=clickhouse build/query-service
``` ```
#### Docker Images #### Docker Images