Major observability stack migration: - Deploy Prometheus in k8s with 20Gi PVC, Tailscale Ingress - Deploy Loki in k8s with 20Gi PVC, Tailscale Ingress - Update Grafana to use k8s-internal endpoints for data sources - Update Alloy on indri to push to k8s via Tailscale endpoints - Prometheus scrapes sifaka via LAN IP (Docker NAT, same as NFS) - Deprecate ansible prometheus/loki roles Alloy on indri continues to collect: - System metrics (via prometheus.exporter.unix) - Textfile metrics (borgmatic, plex) - Logs (forgejo, tailscale, borgmatic, zot, plex) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
17 lines
405 B
YAML
17 lines
405 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: loki
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: ssh://forgejo@indri.tail8d86e.ts.net:2200/eblume/blumeops.git
|
|
targetRevision: main
|
|
path: argocd/manifests/loki
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: monitoring
|
|
syncPolicy:
|
|
syncOptions:
|
|
- CreateNamespace=true
|