August 2019
Beginner
608 pages
16h 7m
English
For outgoing email, there are several options such as the host of the incoming mail server—for example:
global.smtp.address (e.g. smtp.joustie.nl) with global.smtp.authentication="" (disable smtp authentication)
To set this configuration setting and enable it, you use the following command line:
helm upgrade gitlab gitlab/gitlab \ --timeout 600 \ --set global.hosts.domain=kicks-ass.net \ --set global.hosts.externalIP=82.161.132.207 \ --set certmanager-issuer.email=joustie@gmail.com \ --set global.smtp.enabled=true \ --set global.smtp.address=smtp.joustie.nl \ --set global.smtp.authentication=""
If your SMTP server requires authentication, you need to add the credentials as an –set option and deploy the password ...
Read now
Unlock full access