blumeops/argocd/apps/pyroscope.yaml
Erich Blume e7d3871144 Deploy Grafana Pyroscope for continuous eBPF profiling on ringtail
Add Pyroscope server (StatefulSet on ringtail k3s) and Alloy profiling
DaemonSet with pyroscope.ebpf collection. Grafana datasource with
traces-to-profiles cross-linking. Docs updated across observability
reference card, Alloy, Grafana, apps registry, and README.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 14:05:57 -07:00

17 lines
417 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: pyroscope
namespace: argocd
spec:
project: default
source:
repoURL: ssh://forgejo@forge.ops.eblu.me:2222/eblume/blumeops.git
targetRevision: main
path: argocd/manifests/pyroscope
destination:
server: https://ringtail.tail8d86e.ts.net:6443
namespace: pyroscope
syncPolicy:
syncOptions:
- CreateNamespace=true