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>
17 lines
408 B
YAML
17 lines
408 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: unpoller
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: ssh://forgejo@forge.ops.eblu.me:2222/eblume/blumeops.git
|
|
targetRevision: main
|
|
path: argocd/manifests/unpoller
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: monitoring
|
|
syncPolicy:
|
|
syncOptions:
|
|
- CreateNamespace=true
|