updating docs

This commit is contained in:
2026-07-10 23:22:28 -03:00
parent e8f1185412
commit d742121719
3 changed files with 9 additions and 7 deletions

View File

@@ -1,3 +1,11 @@
# Helm configuration for Alloy (OSS monitoring collector)
This directory contains Helm configuration for deploying Grafana Alloy, an open-source observability data collector.
## Quick Install
```bash
helm repo add grafana https://grafana.github.io/helm-charts helm repo add grafana https://grafana.github.io/helm-charts
helm repo update helm repo update
helm install alloy grafana/alloy --namespace alloy -f values.yaml helm install alloy grafana/alloy --namespace alloy -f values.yaml
```

View File

@@ -1,6 +0,0 @@
## Setup AdGuard Sync credentials
```bash
kubectl create secret generic adguardhome-password \
--from-literal=password='your_adguardhome_password' \
--from-literal=username='your_adguardhome_username' -n dns
```