cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit e6cd8cb15926df1fbfbe6d0461978f2888422c68
parent bf7546479f840d9bffdc715ec8158f6d7c31a99d
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 27 Jan 2024 15:35:03 +0100

Fix speed of draupnir instance

Diffstat:
Mapps/base/matrix/draupnir-synapse/release.yaml | 10++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/apps/base/matrix/draupnir-synapse/release.yaml b/apps/base/matrix/draupnir-synapse/release.yaml @@ -27,6 +27,8 @@ spec: jaeger_config: local_agent: reporting_host: tempo.monitoring.svc.cluster.local + presence: + enabled: false federation_sender_instances: - federation-sender-1 - federation-sender-2 @@ -74,8 +76,8 @@ spec: extraEnv: - name: JAEGER_AGENT_HOST value: tempo.monitoring.svc.cluster.local - - name: LD_PRELOAD - value: /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 + #- name: LD_PRELOAD + # value: /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 extraConfig: opentracing: enabled: true @@ -199,8 +201,8 @@ spec: extraEnv: - name: JAEGER_AGENT_HOST value: tempo.monitoring.svc.cluster.local - - name: LD_PRELOAD - value: /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 + #- name: LD_PRELOAD + # value: /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 annotations: prometheus.io/scrape: "true" prometheus.io/path: "/_synapse/metrics"