Merge pull request #354 from wwgfhf/master

update url in staging/meteor/README.md
This commit is contained in:
Kubernetes Prow Robot 2019-12-30 06:07:39 -08:00 committed by GitHub
commit f3d89d074f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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