fix(headscale): increase time to info alert
This commit is contained in:
parent
cedb0de87d
commit
056f1b3963
3 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@ name: headscale
|
||||||
description: An open source, self-hosted implementation of the Tailscale control server.
|
description: An open source, self-hosted implementation of the Tailscale control server.
|
||||||
icon: https://raw.githubusercontent.com/juanfont/headscale/56a7b1e34952c3e0306a134b2be9b4277f5d8d6e/docs/logo/headscale3-dots.svg
|
icon: https://raw.githubusercontent.com/juanfont/headscale/56a7b1e34952c3e0306a134b2be9b4277f5d8d6e/docs/logo/headscale3-dots.svg
|
||||||
type: application
|
type: application
|
||||||
version: 0.3.2
|
version: 0.3.3
|
||||||
# renovate: image=docker.io/headscale/headscale
|
# renovate: image=docker.io/headscale/headscale
|
||||||
appVersion: "0.22.3"
|
appVersion: "0.22.3"
|
||||||
maintainers:
|
maintainers:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
= headscale
|
= headscale
|
||||||
|
|
||||||
image::https://img.shields.io/badge/Version-0.3.2-informational?style=flat-square[Version: 0.3.2]
|
image::https://img.shields.io/badge/Version-0.3.3-informational?style=flat-square[Version: 0.3.3]
|
||||||
image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application]
|
image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application]
|
||||||
image::https://img.shields.io/badge/AppVersion-0.22.3-informational?style=flat-square[AppVersion: 0.22.3]
|
image::https://img.shields.io/badge/AppVersion-0.22.3-informational?style=flat-square[AppVersion: 0.22.3]
|
||||||
== Maintainers
|
== Maintainers
|
||||||
|
@ -349,7 +349,7 @@ helm uninstall headscale-release
|
||||||
|
|
||||||
| prometheus.rules.defaults.lastUpdates.info
|
| prometheus.rules.defaults.lastUpdates.info
|
||||||
| int
|
| int
|
||||||
| `60`
|
| `300`
|
||||||
|
|
|
|
||||||
|
|
||||||
| prometheus.rules.defaults.lastUpdates.warning
|
| prometheus.rules.defaults.lastUpdates.warning
|
||||||
|
|
|
@ -86,7 +86,7 @@ prometheus:
|
||||||
lastUpdates:
|
lastUpdates:
|
||||||
critical: 3600
|
critical: 3600
|
||||||
warning: 600
|
warning: 600
|
||||||
info: 60
|
info: 300
|
||||||
additionalRules: []
|
additionalRules: []
|
||||||
|
|
||||||
## Enable persistence using Persistent Volume Claims
|
## Enable persistence using Persistent Volume Claims
|
||||||
|
|
Loading…
Add table
Reference in a new issue