From ee51d3677e3c3bb6397d0c777d1835f469426fac Mon Sep 17 00:00:00 2001 From: WrenIX Date: Wed, 8 Jan 2025 22:22:13 +0100 Subject: [PATCH] fix(mycloud-nextcloud): metrics --- mycloud-authentik/templates/release.yaml | 7 ------- mycloud-nextcloud/README.md | 1 + 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/mycloud-authentik/templates/release.yaml b/mycloud-authentik/templates/release.yaml index 455f68c..0fe0d24 100644 --- a/mycloud-authentik/templates/release.yaml +++ b/mycloud-authentik/templates/release.yaml @@ -133,13 +133,6 @@ spec: {{- end }} worker: - metrics: - enabled: {{ (.Capabilities.APIVersions.Has "monitoring.coreos.com/v1/ServiceMonitor") }} - serviceMonitor: - enabled: {{ (.Capabilities.APIVersions.Has "monitoring.coreos.com/v1/ServiceMonitor") }} - labels: - {{- toYaml .Values.commons.prometheus.monitor.labels | nindent 12 }} - serviceAccountName: {{ .Release.Name }} extraContainers: - name: sidecar-blueprints diff --git a/mycloud-nextcloud/README.md b/mycloud-nextcloud/README.md index a3132ac..d5953b5 100644 --- a/mycloud-nextcloud/README.md +++ b/mycloud-nextcloud/README.md @@ -131,6 +131,7 @@ myCloud component to setup nextcloud | persistence.main.pvc | string | `"nextcloud"` | | | persistence.main.size | string | `"8Gi"` | | | quota | string | `nil` | default quota for an user | +| replica.nextcliud | int | `1` | | | theme.color | string | `nil` | set theme color in nextcloud | Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs)