File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22name : synapse
3- version : 0.1.1
3+ version : 0.1.2
Original file line number Diff line number Diff line change 1919 labels :
2020 {{- include "synapse-client-reader-envoy.selectorLabels" . | nindent 8 }}
2121 annotations :
22+ {{- if .Values.envoyProxy.metrics }}
23+ prometheus.io/port : " 9901"
24+ prometheus.io/scrape : " true"
25+ prometheus.io/path : " /stats/prometheus"
26+ {{- end }}
2227 checksum/config : {{ .Files.Get "scripts/envoy.yaml" | sha256sum }}
2328 {{- with .Values.envoyProxy.podAnnotations }}
2429 {{- toYaml . | nindent 8 }}
Original file line number Diff line number Diff line change 1212 targetPort : http
1313 protocol : TCP
1414 name : http
15+ - port : {{ .Values.envoyProxy.admin.port }}
16+ targetPort : http-admin
17+ protocol : TCP
18+ name : http-admin
1519 selector :
1620 {{- include "synapse-client-reader-envoy.selectorLabels" . | nindent 4 }}
Original file line number Diff line number Diff line change @@ -202,6 +202,8 @@ ingress:
202202 - " /_matrix/client/(r0|v3|unstable)/notifications$"
203203 # User directory search requests
204204 - " /_matrix/client/(api/v1|r0|v3|unstable)/user_directory/search$"
205+ # TODO: check search url
206+ # "/_matrix/client/(r0|v3|unstable)/user_directory/search$"
205207
206208admin :
207209 serverName : NOT-CONFIGURED
@@ -251,6 +253,9 @@ slidingSyncProxy:
251253
252254envoyProxy :
253255 enabled : true
256+ admin :
257+ port : 9901
258+ metrics : true
254259 service :
255260 type : ClusterIP
256261 port : 80
You can’t perform that action at this time.
0 commit comments