matrix-synapse: Update readme somewhat
This commit is contained in:
parent
fe2208fa69
commit
c514df9238
1 changed files with 9 additions and 2 deletions
|
@ -10,11 +10,11 @@ __Attention:__ _The upgrade to 1.51.0 requires manual action, please read the up
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
- Kubernetes 1.15+
|
- Kubernetes 1.20+
|
||||||
- Helm 3.0+
|
- Helm 3.0+
|
||||||
- Ingress installed in the cluster
|
- Ingress installed in the cluster
|
||||||
|
|
||||||
**NB**; Matrix requires the use of valid certificates.
|
**NB**; Matrix requires the use of valid SSL certificates for federation.
|
||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
|
|
||||||
|
@ -66,6 +66,13 @@ Additionally, when using well-known federation, your Synapse cert only needs to
|
||||||
More advanced setups can be made using `ingress.hosts`, `ingress.csHosts`, and `ingress.wkHosts` for server-server, client-server, and well-known endpoints respectively.
|
More advanced setups can be made using `ingress.hosts`, `ingress.csHosts`, and `ingress.wkHosts` for server-server, client-server, and well-known endpoints respectively.
|
||||||
Alternatively, you can use your own ingress setup, or switch the main service to `LoadBalancer` and add a TLS listener.
|
Alternatively, you can use your own ingress setup, or switch the main service to `LoadBalancer` and add a TLS listener.
|
||||||
|
|
||||||
|
### Application services / extra config files
|
||||||
|
|
||||||
|
Synapse is configured to read all configuration files found under `/synapse/config/conf.d/` - which is mounted as an emptyDir to allow for read-only root.
|
||||||
|
|
||||||
|
You can mount your additional configuration values under here if you want to have configuration that doesn't map well to the `extraConfig`/`extraSecrets` values.
|
||||||
|
Note that due to how the mounts are set up, you will have to `subPath`-mount individual files into the folder in order for them to be loaded.
|
||||||
|
|
||||||
## Upgrading
|
## Upgrading
|
||||||
|
|
||||||
### To v1.51.0
|
### To v1.51.0
|
||||||
|
|
Loading…
Reference in a new issue