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
|
||||
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
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
A mycloud components using authentik (for central authentification using SSO)
|
||||
|
||||
|
|
|
@ -83,6 +83,7 @@ spec:
|
|||
|
||||
server:
|
||||
metrics:
|
||||
enabled: {{ (.Capabilities.APIVersions.Has "monitoring.coreos.com/v1/ServiceMonitor") }}
|
||||
serviceMonitor:
|
||||
enabled: {{ (.Capabilities.APIVersions.Has "monitoring.coreos.com/v1/ServiceMonitor") }}
|
||||
labels:
|
||||
|
@ -133,6 +134,7 @@ spec:
|
|||
|
||||
worker:
|
||||
metrics:
|
||||
enabled: {{ (.Capabilities.APIVersions.Has "monitoring.coreos.com/v1/ServiceMonitor") }}
|
||||
serviceMonitor:
|
||||
enabled: {{ (.Capabilities.APIVersions.Has "monitoring.coreos.com/v1/ServiceMonitor") }}
|
||||
labels:
|
||||
|
|
Loading…
Add table
Reference in a new issue