fix(matrix-sliding-sync): update appVersion
This commit is contained in:
parent
d1fefb5238
commit
c4347355f0
1 changed files with 14 additions and 24 deletions
|
@ -77,6 +77,11 @@ helm uninstall matrix-sliding-sync-release
|
||||||
| `"http://localhost:8008"`
|
| `"http://localhost:8008"`
|
||||||
|
|
|
|
||||||
|
|
||||||
|
| config.logLevel
|
||||||
|
| string
|
||||||
|
| `"INFO"`
|
||||||
|
|
|
||||||
|
|
||||||
| config.metrics
|
| config.metrics
|
||||||
| int
|
| int
|
||||||
| `9100`
|
| `9100`
|
||||||
|
@ -197,12 +202,7 @@ helm uninstall matrix-sliding-sync-release
|
||||||
| `[]`
|
| `[]`
|
||||||
|
|
|
|
||||||
|
|
||||||
| livenessProbe.httpGet.path
|
| livenessProbe.tcpSocket.port
|
||||||
| string
|
|
||||||
| `"/"`
|
|
||||||
|
|
|
||||||
|
|
||||||
| livenessProbe.httpGet.port
|
|
||||||
| string
|
| string
|
||||||
| `"http"`
|
| `"http"`
|
||||||
|
|
|
|
||||||
|
@ -242,12 +242,7 @@ helm uninstall matrix-sliding-sync-release
|
||||||
| `{}`
|
| `{}`
|
||||||
|
|
|
|
||||||
|
|
||||||
| readinessProbe.httpGet.path
|
| readinessProbe.tcpSocket.port
|
||||||
| string
|
|
||||||
| `"/"`
|
|
||||||
|
|
|
||||||
|
|
||||||
| readinessProbe.httpGet.port
|
|
||||||
| string
|
| string
|
||||||
| `"http"`
|
| `"http"`
|
||||||
|
|
|
|
||||||
|
@ -384,6 +379,11 @@ Proxy implementation of MSC3575's sync protocol.
|
||||||
| `"http://localhost:8008"`
|
| `"http://localhost:8008"`
|
||||||
|
|
|
|
||||||
|
|
||||||
|
| config.logLevel
|
||||||
|
| string
|
||||||
|
| `"INFO"`
|
||||||
|
|
|
||||||
|
|
||||||
| config.metrics
|
| config.metrics
|
||||||
| int
|
| int
|
||||||
| `9100`
|
| `9100`
|
||||||
|
@ -504,12 +504,7 @@ Proxy implementation of MSC3575's sync protocol.
|
||||||
| `[]`
|
| `[]`
|
||||||
|
|
|
|
||||||
|
|
||||||
| livenessProbe.httpGet.path
|
| livenessProbe.tcpSocket.port
|
||||||
| string
|
|
||||||
| `"/"`
|
|
||||||
|
|
|
||||||
|
|
||||||
| livenessProbe.httpGet.port
|
|
||||||
| string
|
| string
|
||||||
| `"http"`
|
| `"http"`
|
||||||
|
|
|
|
||||||
|
@ -549,12 +544,7 @@ Proxy implementation of MSC3575's sync protocol.
|
||||||
| `{}`
|
| `{}`
|
||||||
|
|
|
|
||||||
|
|
||||||
| readinessProbe.httpGet.path
|
| readinessProbe.tcpSocket.port
|
||||||
| string
|
|
||||||
| `"/"`
|
|
||||||
|
|
|
||||||
|
|
||||||
| readinessProbe.httpGet.port
|
|
||||||
| string
|
| string
|
||||||
| `"http"`
|
| `"http"`
|
||||||
|
|
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue