This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/unpoller/unpoller](https://github.com/unpoller/unpoller) | minor | `v2.19.0` -> `v2.20.1` | --- ### Release Notes <details> <summary>unpoller/unpoller (ghcr.io/unpoller/unpoller)</summary> ### [`v2.20.1`](https://github.com/unpoller/unpoller/releases/tag/v2.20.1) [Compare Source](https://github.com/unpoller/unpoller/compare/v2.20.0...v2.20.1) #### Changelog - [`bb4a4c8`](bb4a4c823f) Merge pull request [#​902](https://github.com/unpoller/unpoller/issues/902) from svennergr/fix/http-timeout-config - [`7e59c48`](7e59c4883b) fix: add HTTP timeout configuration to prevent indefinite hangs ### [`v2.20.0`](https://github.com/unpoller/unpoller/releases/tag/v2.20.0) [Compare Source](https://github.com/unpoller/unpoller/compare/v2.19.0...v2.20.0) #### Changelog - [`0d39302`](0d39302c19) Merge pull request [#​901](https://github.com/unpoller/unpoller/issues/901) from svennergr/feature/protect-logs - [`7e7fd0f`](7e7fd0ff12) chore: upgrade to unifi 5.5.0 - [`07e1e5b`](07e1e5bc4d) feat: add UniFi Protect logs support with Loki integration - [`703dff9`](703dff9b1e) Merge pull request [#​900](https://github.com/unpoller/unpoller/issues/900) from svennergr/svennergr/add-syslog - [`02c7b6a`](02c7b6afa4) chore: upgrade to unifi 5.4.0 - [`4726707`](47267073ac) chore: comment out local replace directive for unifi module in go.mod - [`a3dc4cd`](a3dc4cd0b2) feat: add save\_syslog option for v2 system-log API - [`966cac1`](966cac1053) Merge pull request [#​899](https://github.com/unpoller/unpoller/issues/899) from unpoller/dependabot/go\_modules/all-74468f11a3 - [`0ab6e30`](0ab6e30d42) Bump github.com/DataDog/datadog-go/v5 in the all group </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #2826 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
68 lines
2.0 KiB
YAML
68 lines
2.0 KiB
YAML
unpoller:
|
|
controllers:
|
|
main:
|
|
type: deployment
|
|
replicas: 1
|
|
strategy: Recreate
|
|
revisionHistoryLimit: 3
|
|
containers:
|
|
main:
|
|
image:
|
|
repository: ghcr.io/unpoller/unpoller
|
|
tag: v2.20.1
|
|
pullPolicy: IfNotPresent
|
|
env:
|
|
- name: UP_UNIFI_CONTROLLER_0_SAVE_ALARMS
|
|
value: 'false'
|
|
- name: UP_UNIFI_CONTROLLER_0_SAVE_ANOMALIES
|
|
value: 'false'
|
|
- name: UP_UNIFI_CONTROLLER_0_SAVE_DPI
|
|
value: 'false'
|
|
- name: UP_UNIFI_CONTROLLER_0_SAVE_EVENTS
|
|
value: 'false'
|
|
- name: UP_UNIFI_CONTROLLER_0_SAVE_IDS
|
|
value: 'false'
|
|
- name: UP_UNIFI_CONTROLLER_0_SAVE_SITES
|
|
value: 'true'
|
|
- name: UP_UNIFI_CONTROLLER_0_URL
|
|
value: https://unifi.alexlebens.net/
|
|
- name: UP_UNIFI_CONTROLLER_0_VERIFY_SSL
|
|
value: 'false'
|
|
- name: UP_INFLUXDB_DISABLE
|
|
value: 'true'
|
|
- name: UP_PROMETHEUS_HTTP_LISTEN
|
|
value: 0.0.0.0:9130
|
|
- name: UP_PROMETHEUS_NAMESPACE
|
|
value: unpoller
|
|
- name: UP_POLLER_DEBUG
|
|
value: 'false'
|
|
- name: UP_POLLER_QUIET
|
|
value: 'false'
|
|
envFrom:
|
|
- secretRef:
|
|
name: unpoller-unifi-secret
|
|
resources:
|
|
requests:
|
|
cpu: 10m
|
|
memory: 64Mi
|
|
service:
|
|
main:
|
|
controller: main
|
|
ports:
|
|
metrics:
|
|
port: 9130
|
|
targetPort: 9130
|
|
protocol: TCP
|
|
serviceMonitor:
|
|
main:
|
|
selector:
|
|
matchLabels:
|
|
app.kubernetes.io/name: unpoller
|
|
app.kubernetes.io/instance: unpoller
|
|
serviceName: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}'
|
|
endpoints:
|
|
- port: metrics
|
|
interval: 30s
|
|
scrapeTimeout: 10s
|
|
path: /metrics
|