You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/mailu/README.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,6 +166,11 @@ Check that the deployed pods are all running.
166
166
app.kubernetes.io/instance: ingress-nginx
167
167
app.kubernetes.io/component: controller
168
168
` |
169
+
|`networkPolicy.monitoring.namespace`| Namespace where the monitoring pods are deployed |`monitoring`|
170
+
| `networkPolicy.monitoring.podSelector` | Selector for the monitoring pods | `matchLabels:
171
+
app.kubernetes.io/name: prometheus-agent
172
+
app.kubernetes.io/instance: kps
173
+
` |
169
174
|`mailuVersion`| Override Mailu version to be deployed (tag of mailu images). Defaults to `Chart.AppVersion` - must be master or a version >= 2.0 |`""`|
170
175
|`logLevel`| default log level. can be overridden globally or per service |`WARNING`|
171
176
|`postmaster`| local part of the postmaster email address (Mailu will use @$DOMAIN as domain part) |`postmaster`|
@@ -583,6 +588,11 @@ Check that the deployed pods are all running.
583
588
|`dovecot.hostAliases`| Pod pod host aliases |`[]`|
584
589
|`dovecot.schedulerName`| Name of the k8s scheduler (other than default) |`""`|
585
590
|`dovecot.service.annotations`| Admin service annotations |`{}`|
591
+
|`dovecot.serviceMonitor.enabled`| If true, a serviceMonitor will be created for Dovecot |`false`|
Copy file name to clipboardExpand all lines: charts/mailu/templates/_helpers.tpl
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -208,3 +208,12 @@ mailu: tika
208
208
{{- print "off" -}}
209
209
{{- end -}}
210
210
{{- end -}}
211
+
212
+
213
+
{{/* If .Values.dovecot.serviceMonitor.enabled is trueand .Values.dovecot.overrides is an empty object, throw an alert message as it would not work */}}
0 commit comments