81caef19e7
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/unpoller/unpoller](https://togithub.com/unpoller/unpoller) | patch | `v2.11.1` -> `v2.11.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>unpoller/unpoller (ghcr.io/unpoller/unpoller)</summary> ### [`v2.11.2`](https://togithub.com/unpoller/unpoller/releases/tag/v2.11.2) [Compare Source](https://togithub.com/unpoller/unpoller/compare/v2.11.1...v2.11.2) #### Changelog - [`1b44fd7`](https://togithub.com/unpoller/unpoller/commit/1b44fd72) Merge pull request [#​703](https://togithub.com/unpoller/unpoller/issues/703) from unpoller/dependabot/go_modules/github.com/prometheus/common-0.53.0 - [`5b58e6c`](https://togithub.com/unpoller/unpoller/commit/5b58e6c2) fix promver collector to default buildinfo collector - [`76f8bec`](https://togithub.com/unpoller/unpoller/commit/76f8becb) Bump github.com/prometheus/common from 0.48.0 to 0.53.0 - [`1dee7f7`](https://togithub.com/unpoller/unpoller/commit/1dee7f74) Merge pull request [#​702](https://togithub.com/unpoller/unpoller/issues/702) from unpoller/unet-upgrade-8-1-113-catname - [`4bd5667`](https://togithub.com/unpoller/unpoller/commit/4bd56677) fix type - [`1367ddb`](https://togithub.com/unpoller/unpoller/commit/1367ddbd) bump unifi client version for more catname flexstring changes </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, 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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
58 lines
1.4 KiB
YAML
58 lines
1.4 KiB
YAML
image:
|
|
repository: ghcr.io/unpoller/unpoller
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.11.2@sha256:73b39c0b3b8fa92aa82a7613d3486253ffbd8c057833b4621402a268159bf2a2
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 9130
|
|
metrics:
|
|
main:
|
|
enabled: true
|
|
type: "servicemonitor"
|
|
endpoints:
|
|
- port: main
|
|
path: /metrics
|
|
prometheusRule:
|
|
enabled: false
|
|
portal:
|
|
open:
|
|
enabled: false
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
path: /
|
|
readiness:
|
|
path: /
|
|
startup:
|
|
path: /
|
|
env:
|
|
# UP_UNIFI_DEFAULT_URL: "https://127.0.0.1:8443"
|
|
# UP_UNIFI_DEFAULT_USER: "unifipoller"
|
|
# UP_UNIFI_DEFAULT_PASS: "unifipoller"
|
|
UP_PROMETHEUS_DISABLE: false
|
|
|
|
configmap:
|
|
dashboards:
|
|
enabled: true
|
|
labels:
|
|
grafana_dashboard: "1"
|
|
data:
|
|
upUAP.json: >-
|
|
{{ .Files.Get "dashboards/UAP.json" | indent 8 }}
|
|
upclients.json: >-
|
|
{{ .Files.Get "dashboards/clients.json" | indent 8 }}
|
|
upUSW.json: >-
|
|
{{ .Files.Get "dashboards/USW.json" | indent 8 }}
|
|
upnetwork.json: >-
|
|
{{ .Files.Get "dashboards/network.json" | indent 8 }}
|
|
upUSG.json: >-
|
|
{{ .Files.Get "dashboards/USG.json" | indent 8 }}
|
|
upDPI.json: >-
|
|
{{ .Files.Get "dashboards/DPI.json" | indent 8 }}
|