mirror of
https://github.com/h44z/wg-portal
synced 2025-02-26 05:49:14 +00:00
### Monitoring settings: * Disabled rendering of Prometheus resources by default. * Added a new relabeling configuration to replace the `instance` label based on the `app_kubernetes_io_name` label. Instance will be displayed as Helm release name instead of pod IP address. ### Grafana dashboard configuration: * Changed the `interval` field for several metrics queries from `"$__rate_interval"` to `"$interval"`. * Updated the `refresh` interval from `30s` to `1m`. * Added a new variable for `Step Interval` with default value `2m`. ### Chart version update: * Updated the chart version from `0.4.0` to `0.5.0`. Signed-off-by: Dmytro Bondar <git@bonddim.com>
26 lines
1022 B
YAML
26 lines
1022 B
YAML
apiVersion: v2
|
|
name: wg-portal
|
|
description: WireGuard Configuration Portal with LDAP, OAuth, OIDC authentication
|
|
# Version is set to ensure compatibility with the chart's Ingress resource.
|
|
kubeVersion: '>=1.19.0'
|
|
type: application
|
|
home: https://wgportal.org
|
|
icon: https://wgportal.org/assets/images/logo.svg
|
|
sources:
|
|
- https://github.com/h44z/wg-portal
|
|
|
|
annotations:
|
|
artifacthub.io/category: networking
|
|
artifacthub.io/changes: ""
|
|
|
|
# This is the chart version. This version number should be incremented each time you make changes
|
|
# to the chart and its templates, including the app version.
|
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
|
version: 0.5.0
|
|
|
|
# This is the version number of the application being deployed. This version number should be
|
|
# incremented each time you make changes to the application. Versions are not expected to
|
|
# follow Semantic Versioning. They should reflect the version the application is using.
|
|
# It is recommended to use it with quotes.
|
|
appVersion: latest
|