-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,21 @@ | ||
# Qryn Helm Chart | ||
# Helm Chart for qryn | ||
<a href="https://qryn.dev" target="_blank"> | ||
<img src='https://user-images.githubusercontent.com/1423657/218816262-e0e8d7ad-44d0-4a7d-9497-0d383ed78b83.png' style="margin-left:-10px" width=150/> | ||
|
||
## 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). |