chibenwa commented on a change in pull request #718: URL: https://github.com/apache/james-project/pull/718#discussion_r741710975
########## File path: server/apps/distributed-app/docs/modules/ROOT/pages/run/k8s-values.adoc ########## @@ -0,0 +1,170 @@ +== Values for Helm James template + +Helm James has many visible values to configure before being able to use +it correctly. Values are injected into the deployment template as +environment variables. An example with default values can be found in +the `+values.yaml+` file. + +This document presents a quick description of each value field. + +=== DNS values +[cols="<,<,<",options="header",] +|=== +|Field |Default value |Description +|emailDomain |mail.example.com |The domain name for your tenant’s email +addresses + +|jmapUrl |jmap.example.com |The url for the ingress jmap endpoint + +|adminUrl |admin.example.com |The url for the ingress admin endpoint + +|smtpHostname |smtp.example.com |The SMTP Ehlo hostname +|=== + +=== James values +[cols="<,<,<",options="header",] +|=== +|Field |Default value |Description +|replicaJmapInstanceCount |1 |The number of pods we deploy for James +JMAP instance in the cluster + +|replicaImapSmtpInstanceCount |1 |The number of pods we deploy for James +IMAP/SMTP instance in the cluster + +|image |apache/james:distributed-3.7.0 |The James image used for +deployment (Cassandra - RabbitMQ - LDAP distributed James flavor) +|=== + +=== James environment values +[cols="<,<,<",options="header",] +|=== +|Field |Default value |Description +|jamesAdminID |[email protected] |The James admin account (mainly +used for imapsync) + Review comment: ```suggestion ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
