From 0cceec51b15002774f4283ff090b5527ae1b636e Mon Sep 17 00:00:00 2001 From: Till Faelligen <2353100+S7evinK@users.noreply.github.com> Date: Thu, 25 May 2023 13:11:28 +0200 Subject: [PATCH] Undo changes to the helm chart (something for a different PR) --- helm/dendrite/README.md | 4 ++-- helm/dendrite/templates/ingress.yaml | 2 +- helm/dendrite/values.yaml | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/helm/dendrite/README.md b/helm/dendrite/README.md index 81e74ae78..4a1f39ab7 100644 --- a/helm/dendrite/README.md +++ b/helm/dendrite/README.md @@ -1,7 +1,7 @@ # dendrite -![Version: 0.12.2](https://img.shields.io/badge/Version-0.12.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.12.0](https://img.shields.io/badge/AppVersion-0.12.0-informational?style=flat-square) +![Version: 0.12.3](https://img.shields.io/badge/Version-0.12.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.12.0](https://img.shields.io/badge/AppVersion-0.12.0-informational?style=flat-square) Dendrite Matrix Homeserver Status: **NOT PRODUCTION READY** @@ -64,7 +64,7 @@ Create a folder `appservices` and place your configurations in there. The confi | dendrite_config.global.server_name | string | `""` | **REQUIRED** Servername for this Dendrite deployment. | | dendrite_config.global.private_key | string | `"/etc/dendrite/secrets/signing.key"` | The private key to use. (**NOTE**: This is overriden in Helm) | | dendrite_config.global.well_known_server_name | string | `""` | The server name to delegate server-server communications to, with optional port e.g. localhost:443 | -| dendrite_config.global.well_known_client_name | string | `""` | The base URL to delegate client-server communications to e.g. https://localhost | +| dendrite_config.global.well_known_client_name | string | `""` | The server name to delegate client-server communications to, with optional port e.g. localhost:443 | | dendrite_config.global.trusted_third_party_id_servers | list | `["matrix.org","vector.im"]` | Lists of domains that the server will trust as identity servers to verify third party identifiers such as phone numbers and email addresses. | | dendrite_config.global.old_private_keys | string | `nil` | The paths and expiry timestamps (as a UNIX timestamp in millisecond precision) to old signing keys that were formerly in use on this domain name. These keys will not be used for federation request or event signing, but will be provided to any other homeserver that asks when trying to verify old events. | | dendrite_config.global.disable_federation | bool | `false` | Disable federation. Dendrite will not be able to make any outbound HTTP requests to other servers and the federation API will not be exposed. | diff --git a/helm/dendrite/templates/ingress.yaml b/helm/dendrite/templates/ingress.yaml index 860e13d11..8f86ad723 100644 --- a/helm/dendrite/templates/ingress.yaml +++ b/helm/dendrite/templates/ingress.yaml @@ -40,7 +40,7 @@ spec: - host: {{ .Values.ingress.hostName | quote }} http: paths: - - path: /_matrix + - path: / pathType: ImplementationSpecific backend: {{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }} diff --git a/helm/dendrite/values.yaml b/helm/dendrite/values.yaml index d19233fb8..41ec1c390 100644 --- a/helm/dendrite/values.yaml +++ b/helm/dendrite/values.yaml @@ -80,7 +80,8 @@ dendrite_config: # e.g. localhost:443 well_known_server_name: "" - # -- The base URL to delegate client-server communications to e.g. https://localhost + # -- The server name to delegate client-server communications to, with optional port + # e.g. localhost:443 well_known_client_name: "" # -- Lists of domains that the server will trust as identity servers to verify third