From c4347355f08d476731867ef5f32fe045e4807bee Mon Sep 17 00:00:00 2001 From: WrenIX Date: Wed, 21 Feb 2024 01:06:23 +0100 Subject: [PATCH] fix(matrix-sliding-sync): update appVersion --- matrix-sliding-sync/README.adoc | 38 ++++++++++++--------------------- 1 file changed, 14 insertions(+), 24 deletions(-) diff --git a/matrix-sliding-sync/README.adoc b/matrix-sliding-sync/README.adoc index 59b15c9..b17fb51 100644 --- a/matrix-sliding-sync/README.adoc +++ b/matrix-sliding-sync/README.adoc @@ -77,6 +77,11 @@ helm uninstall matrix-sliding-sync-release | `"http://localhost:8008"` | +| config.logLevel +| string +| `"INFO"` +| + | config.metrics | int | `9100` @@ -197,12 +202,7 @@ helm uninstall matrix-sliding-sync-release | `[]` | -| livenessProbe.httpGet.path -| string -| `"/"` -| - -| livenessProbe.httpGet.port +| livenessProbe.tcpSocket.port | string | `"http"` | @@ -242,12 +242,7 @@ helm uninstall matrix-sliding-sync-release | `{}` | -| readinessProbe.httpGet.path -| string -| `"/"` -| - -| readinessProbe.httpGet.port +| readinessProbe.tcpSocket.port | string | `"http"` | @@ -384,6 +379,11 @@ Proxy implementation of MSC3575's sync protocol. | `"http://localhost:8008"` | +| config.logLevel +| string +| `"INFO"` +| + | config.metrics | int | `9100` @@ -504,12 +504,7 @@ Proxy implementation of MSC3575's sync protocol. | `[]` | -| livenessProbe.httpGet.path -| string -| `"/"` -| - -| livenessProbe.httpGet.port +| livenessProbe.tcpSocket.port | string | `"http"` | @@ -549,12 +544,7 @@ Proxy implementation of MSC3575's sync protocol. | `{}` | -| readinessProbe.httpGet.path -| string -| `"/"` -| - -| readinessProbe.httpGet.port +| readinessProbe.tcpSocket.port | string | `"http"` |