updating docs
This commit is contained in:
2
SETUP.md
2
SETUP.md
@@ -63,7 +63,7 @@ Create the root certificate (valid for 10 years):
|
||||
```bash
|
||||
openssl req -x509 -new -nodes -key ca.key -sha256 -days 3650 -out ca.crt -subj "/CN=Homelab CA"
|
||||
```
|
||||
|
||||
|
||||
Create secret and ClusterIssuer
|
||||
```bash
|
||||
kubectl create secret tls internal-ca-secret --cert=ca.crt --key=ca.key -n cert-manager
|
||||
|
||||
@@ -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 update
|
||||
helm install alloy grafana/alloy --namespace alloy -f values.yaml
|
||||
```
|
||||
|
||||
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user