summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-11-22 16:01:28 +0000
committerStan Hu <stanhu@gmail.com>2018-11-22 16:01:28 +0000
commitba9eeea4ee2eb3a43cc3d107a2590a6227af89ed (patch)
tree793091dfd062aad30a072f00231d6f59d4017bea
parent7286c012d5c4d8fb8178ca31ae0768e92e51ab75 (diff)
parent81c21d9d33b7b9435a951e3304755b6f17f54d81 (diff)
downloadgitlab-ce-ba9eeea4ee2eb3a43cc3d107a2590a6227af89ed.tar.gz
Merge branch 'patch-32' into 'master'
Documentation: Correct blocked SMTP ports for GKE See merge request gitlab-org/gitlab-ce!23275
-rw-r--r--doc/install/kubernetes/gitlab_chart.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/install/kubernetes/gitlab_chart.md b/doc/install/kubernetes/gitlab_chart.md
index 3f5b36f7254..5749eb0a9ec 100644
--- a/doc/install/kubernetes/gitlab_chart.md
+++ b/doc/install/kubernetes/gitlab_chart.md
@@ -112,8 +112,7 @@ If your SMTP server requires authentication make sure to read the section on pro
your password in the [secrets documentation](https://gitlab.com/charts/gitlab/blob/master/doc/installation/secrets.md#smtp-password).
You can disable authentication settings with `--set global.smtp.authentication=""`.
-If your Kubernetes cluster is on GKE, be aware that SMTP ports [25, 465, and 587
-are blocked](https://cloud.google.com/compute/docs/tutorials/sending-mail/#using_standard_email_ports).
+If your Kubernetes cluster is on GKE, be aware that SMTP port [25 is blocked](https://cloud.google.com/compute/docs/tutorials/sending-mail/#using_standard_email_ports).
### Deploying the Community Edition