blumeops/argocd/manifests/unpoller/service.yaml
Erich Blume 6b0005df1e Add UnPoller deployment for UniFi network metrics
Deploy UnPoller as a k8s service on indri to export UniFi controller
metrics to Prometheus. Custom-built container from forge mirror, with
credentials pulled from 1Password via external-secrets.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 13:56:24 -07:00

13 lines
208 B
YAML

apiVersion: v1
kind: Service
metadata:
name: unpoller
namespace: monitoring
spec:
selector:
app: unpoller
ports:
- port: 9130
targetPort: metrics
protocol: TCP
name: metrics