From 77112e463d1247738161dabf978c8d71cd4917a4 Mon Sep 17 00:00:00 2001 From: wwgfhf <51694849+wwgfhf@users.noreply.github.com> Date: Mon, 30 Dec 2019 14:24:29 +0800 Subject: [PATCH] Update README.md --- staging/meteor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/meteor/README.md b/staging/meteor/README.md index 2f6a63047..4281a6183 100644 --- a/staging/meteor/README.md +++ b/staging/meteor/README.md @@ -169,7 +169,7 @@ Here we can see the MongoDB host and port information being passed into the Meteor app. The `MONGO_SERVICE...` environment variables are set by Kubernetes, and point to the service named `mongo` specified in [`mongo-service.json`](mongo-service.json). See the [environment -documentation](https://kubernetes.io/docs/user-guide/container-environment.md) for more details. +documentation](https://kubernetes.io/docs/concepts/containers/container-environment-variables/) for more details. As you may know, Meteor uses long lasting connections, and requires _sticky sessions_. With Kubernetes you can scale out your app easily