Provide documentation on how to run on Kubernetes

This commit is contained in:
Niels Basjes 2021-03-23 11:55:11 +01:00
parent b211407b76
commit 281236432a
2 changed files with 197 additions and 2 deletions

View file

@ -202,6 +202,12 @@ docker build -t \
.
```
Running in Kubernetes
=====================
The provided element-web docker image can also be run from within a Kubernetes cluster.
See the [Kubernetes example](docs/kubernetes.md) for more details.
config.json
===========
@ -298,8 +304,8 @@ yarn start
Wait a few seconds for the initial build to finish; you should see something like:
```
[element-js] <s> [webpack.Progress] 100%
[element-js]
[element-js] <s> [webpack.Progress] 100%
[element-js]
[element-js] 「wdm」: 1840 modules
[element-js] 「wdm」: Compiled successfully.
```