We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ce79b commit 6db6245Copy full SHA for 6db6245
1 file changed
charts/docker-mailserver/values.yaml
@@ -151,7 +151,7 @@ pod:
151
152
# Set this to "manual" or "letsencrypt". Leaving it set empty will disable SSL support
153
ssl_type:
154
-
+
155
# ssl_cert_path: "/tmp/ssl/tls.crt"
156
# ssl_key_path: "/tmp/ssl/tls.key"
157
tls_level:
@@ -326,7 +326,7 @@ monitoring:
326
# Values imported from https://github.com/t13a/helm-chart-rainloop/blob/master/values.yaml
327
rainloop:
328
# rainloop.enabled will include a rainloop (webmail) pod in the release
329
- enabled: true
+ enabled: false
330
serviceAccount:
331
create: true
332
name: "rainloop"
0 commit comments