a72a5d9181
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/unpoller/unpoller](https://unpoller.com) ([source](https://redirect.github.com/unpoller/unpoller)) | patch | `1c03bc2` → `9dcccdc` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>unpoller/unpoller (ghcr.io/unpoller/unpoller)</summary> ### [`v3.3.1`](https://redirect.github.com/unpoller/unpoller/releases/tag/v3.3.1) [Compare Source](https://redirect.github.com/unpoller/unpoller/compare/v3.3.0...v3.3.1) #### Changelog - [`df0baba`](https://redirect.github.com/unpoller/unpoller/commit/df0baba630d9f79f3939970ffa3e8f96f2b538cf) feat(promunifi): add band label to per-VAP and per-radio metrics - [`9fd23b6`](https://redirect.github.com/unpoller/unpoller/commit/9fd23b66e7560859d525f57122b89e97191aec7d) build(deps): bump the all group with 3 updates </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC91bnBvbGxlciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
57 lines
1.4 KiB
YAML
57 lines
1.4 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: ghcr.io/unpoller/unpoller
|
|
pullPolicy: IfNotPresent
|
|
tag: v3.3.1@sha256:9dcccdc931a6830735f6978caf8cd67699b0dc33e37cf9ef4638611791c4df62
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 9130
|
|
metrics:
|
|
main:
|
|
enabled: true
|
|
type: "servicemonitor"
|
|
endpoints:
|
|
- port: main
|
|
path: /metrics
|
|
prometheusRule:
|
|
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 }}
|