File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22apiVersion : v2
33name : synapse
44description : matrix synapse kubernetes deployment
5- version : 3.0.1
5+ version : 3.0.2
66appVersion : 1.151.0
Original file line number Diff line number Diff line change 3939 layers:
4040 - name: static_layer_0
4141 static_layer:
42+ re2.max_program_size.error_level: 500
4243 envoy:
4344 resource_limits:
4445 listener:
Original file line number Diff line number Diff line change @@ -407,10 +407,10 @@ ingress:
407407 # routing to room workers which are NOT receipts stream writers -> assert _can_write_to_receipts -> 500
408408 receipts :
409409 # original
410- - " /_matrix/client/(r0|v3|unstable)/rooms/.*/receipt"
411- - " /_matrix/client/(r0|v3|unstable)/rooms/.*/read_markers"
412- # - "/_matrix/client/(r0|v3|unstable)/rooms/(?:%21|!)[A-Za-z0-9._=\\-]+(?::|%3[Aa])[A-Za-z0-9.\\-]+/receipt"
413- # - "/_matrix/client/(r0|v3|unstable)/rooms/(?:%21|!)[A-Za-z0-9._=\\-]+(?::|%3[Aa])[A-Za-z0-9.\\-]+/read_markers"
410+ # - "/_matrix/client/(r0|v3|unstable)/rooms/.*/receipt"
411+ # - "/_matrix/client/(r0|v3|unstable)/rooms/.*/read_markers"
412+ - " /_matrix/client/(r0|v3|unstable)/rooms/(?:%21|!)[A-Za-z0-9._=\\ -]+(?::|%3[Aa])[A-Za-z0-9.\\ -]+/receipt"
413+ - " /_matrix/client/(r0|v3|unstable)/rooms/(?:%21|!)[A-Za-z0-9._=\\ -]+(?::|%3[Aa])[A-Za-z0-9.\\ -]+/read_markers"
414414 # https://matrix-org.github.io/synapse/latest/workers.html#the-presence-stream
415415 # routes to presence stream writer singleton worker
416416 # source: presence.py:43 client_patterns("/presence/.../status", v1=True) -> (api/v1|r0|v3|unstable)
You can’t perform that action at this time.
0 commit comments