Files
infrastructure/clusters/cl01tl/services/unpoller/values.yaml
2024-05-22 12:49:28 -05:00

34 lines
656 B
YAML

unpoller:
replicaCount: 1
image:
name: unpoller/unpoller
tag: "v2.10.0"
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