- Remove stale /opt/homebrew/var/loki from borgmatic backup (Loki migrated to k8s) - Add Alloy k8s DaemonSet for automatic pod log collection to Loki - Add blackbox probes for miniflux, kiwix, transmission, devpi, argocd - Replace stale devpi/transmission dashboards with unified services health dashboard - The new Alloy k8s deployment auto-discovers all pods including new ones Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
16 lines
512 B
YAML
16 lines
512 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: monitoring
|
|
|
|
resources:
|
|
- ingress-tailscale.yaml
|
|
# Dashboard ConfigMaps - discovered by Grafana sidecar via label grafana_dashboard=1
|
|
- dashboards/configmap-borgmatic.yaml
|
|
- dashboards/configmap-loki.yaml
|
|
- dashboards/configmap-macos.yaml
|
|
- dashboards/configmap-minikube.yaml
|
|
- dashboards/configmap-plex.yaml
|
|
- dashboards/configmap-postgresql.yaml
|
|
- dashboards/configmap-services.yaml
|
|
- dashboards/configmap-zot.yaml
|