fix(mycloud-nextcloud): metrics
This commit is contained in:
parent
4c914aa0fc
commit
ee51d3677e
2 changed files with 1 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue