Files
infrastructure/clusters/cl01tl/services/unpoller/values.yaml
2024-06-20 21:52:28 -05:00

34 lines
654 B
YAML

unpoller:
replicaCount: 1
image:
name: unpoller/unpoller
tag: v2.11.2
updateStrategy:
type: Recreate
service:
type: ClusterIP
port: 9130
protocol: TCP
name: metrics
metrics:
enabled: true
serviceMonitor:
enabled: true
interval: 30s
scrapeTimeout: 10s
prometheusRule:
enabled: true
existingSecret: unpoller-unifi-secret
settings:
unifi:
config:
url: https://unifi.alexlebens.net/
save_sites: true
verify_ssl: false
prometheus:
namespace: unpoller
http_listen: "0.0.0.0:9130"
unpoller:
debug: false
quiet: false