- Add helm/alloy Chart.yaml as umbrella chart for grafana/alloy - Configure Alloy River config for Kubernetes pod log discovery - Set up loki.write endpoint to forward logs to Loki - Configure DaemonSet with control-plane tolerations for all 5 nodes Replaces Promtail (EOL March 2026) with Grafana Alloy Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
9 lines
189 B
YAML
9 lines
189 B
YAML
apiVersion: v2
|
|
name: alloy
|
|
description: Grafana Alloy log collector
|
|
version: 0.1.0
|
|
dependencies:
|
|
- name: alloy
|
|
version: "0.12.*"
|
|
repository: https://grafana.github.io/helm-charts
|