fix(mycloud-authentik): metrics
This commit is contained in:
parent
df5aea9134
commit
4c914aa0fc
3 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -7,7 +7,7 @@ description: "A mycloud components using authentik (for central authentification
|
||||||
|
|
||||||
# mycloud-authentik
|
# mycloud-authentik
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
A mycloud components using authentik (for central authentification using SSO)
|
A mycloud components using authentik (for central authentification using SSO)
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue