fix(mycloud-authentik): metrics

This commit is contained in:
WrenIX 2025-01-08 22:22:06 +01:00
parent df5aea9134
commit 4c914aa0fc
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
3 changed files with 4 additions and 2 deletions

View file

@ -6,4 +6,4 @@ maintainers:
- name: WrenIX - name: WrenIX
url: https://wrenix.eu url: https://wrenix.eu
version: 0.1.0 version: 0.1.1

View file

@ -7,7 +7,7 @@ description: "A mycloud components using authentik (for central authentification
# mycloud-authentik # mycloud-authentik
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
A mycloud components using authentik (for central authentification using SSO) A mycloud components using authentik (for central authentification using SSO)

View file

@ -83,6 +83,7 @@ spec:
server: server:
metrics: metrics:
enabled: {{ (.Capabilities.APIVersions.Has "monitoring.coreos.com/v1/ServiceMonitor") }}
serviceMonitor: serviceMonitor:
enabled: {{ (.Capabilities.APIVersions.Has "monitoring.coreos.com/v1/ServiceMonitor") }} enabled: {{ (.Capabilities.APIVersions.Has "monitoring.coreos.com/v1/ServiceMonitor") }}
labels: labels:
@ -133,6 +134,7 @@ spec:
worker: worker:
metrics: metrics:
enabled: {{ (.Capabilities.APIVersions.Has "monitoring.coreos.com/v1/ServiceMonitor") }}
serviceMonitor: serviceMonitor:
enabled: {{ (.Capabilities.APIVersions.Has "monitoring.coreos.com/v1/ServiceMonitor") }} enabled: {{ (.Capabilities.APIVersions.Has "monitoring.coreos.com/v1/ServiceMonitor") }}
labels: labels: