From 91168516b7c62d7127b8256e8f063e621471239e Mon Sep 17 00:00:00 2001 From: Dmytro Bogatov <dmytro@dbogatov.org> Date: Wed, 17 Oct 2018 00:16:22 -0400 Subject: [PATCH] Fix. --- articles/docs/deployment.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/articles/docs/deployment.md b/articles/docs/deployment.md index 8d4060e..e8a020a 100644 --- a/articles/docs/deployment.md +++ b/articles/docs/deployment.md @@ -30,6 +30,8 @@ Lastly, database needs a stable persistent storage, so config include Persistent It is cluster administrator's responsibility to provide Volumes that meet claims. You may adjust the claim's capacity if needed. +Finally, you may want to add ingress to make website accessible from the world. + By default, all services are not replicated (i.e. replication factor 1). You may want to adjust this parameter. Be careful, though. -- GitLab