From 0e9dd20f397aaae9dd6578548f9a473bfafd1b3b Mon Sep 17 00:00:00 2001 From: Lorenzo Mangani Date: Fri, 19 Jan 2024 13:00:31 +0100 Subject: [PATCH] Update README.md --- qryn-helm/README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/qryn-helm/README.md b/qryn-helm/README.md index a4de233..c1c5826 100644 --- a/qryn-helm/README.md +++ b/qryn-helm/README.md @@ -1,20 +1,21 @@ -# Qryn Helm Chart +# Helm Chart for qryn ## Overview -This Helm chart provides Kubernetes deployment configurations for [Qryn](https://github.com/metrico/qryn), a data visualization and exploration tool. [Qryn](https://github.com/metrico/qryn) is a polyglot, lighweight, multi-standard drop-in observability framework for Logs, Metrics and Traces +This Helm chart provides Kubernetes deployment configurations for [qryn](https://github.com/metrico/qryn) is a polyglot, lighweight, multi-standard observability framework for Logs, Metrics and Traces, designed to be drop-in compatible with Loki, Prometheus, Tempo and Opentelemetry. ## Usage -To deploy [Qryn](https://github.com/metrico/qryn) using this Helm chart, use the following command: +To deploy [qryn](https://github.com/metrico/qryn) using this Helm chart, use the following command: -bash -Copy code +```bash helm install qryn-release qryn-helm -For customization, you can provide a values.yaml file or use --set flags to override specific configurations during installation. +``` + +For customization, you can provide a `values.yaml` file or use `--set` flags to override specific configurations during installation. Feel free to modify the configurations based on your requirements and environment. -## Qryn Environments Link -For more information about Qryn environment variables, visit [Qryn Environments](https://qryn.metrico.in/#/env). +## ENV Settings +For more information about qryn environment variables, visit [qryn Environments](https://qryn.metrico.in/#/env).