commit f889f6d80019c05c0d03d69e79e49cf6556cb72f
parent 9edcc5ae2506095cf8e225e08d81200c8fe50378
Author: MTRNord <mtrnord1@gmail.com>
Date: Thu, 26 Sep 2024 21:56:14 +0200
Disable tempo in d4all
Diffstat:
2 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/apps/base/matrix/draupnir-synapse/release.yaml b/apps/base/matrix/draupnir-synapse/release.yaml
@@ -18,7 +18,7 @@ spec:
values:
extraConfig:
opentracing:
- enabled: true
+ enabled: false
homeserver_whitelist:
- matrix.midnightthoughts.space
jaeger_config:
@@ -75,7 +75,7 @@ spec:
secretName: ENC[AES256_GCM,data:OdQxzt9pNqEeQWrWxxU+NWdXkw==,iv:9oyTMkdyKkWheSommQSnPwWlIEJJAIQnQSUX6xqNI24=,tag:tG0RlbAD4BFmLjuVuMpimQ==,type:str]
extraConfig:
opentracing:
- enabled: true
+ enabled: false
homeserver_whitelist:
- matrix.midnightthoughts.space
jaeger_config:
diff --git a/apps/base/matrix/draupnir4all/deployment.yaml b/apps/base/matrix/draupnir4all/deployment.yaml
@@ -33,17 +33,17 @@ spec:
- name: draupnir4all
image: ghcr.io/mtrnord/cluster/draupnir:d4all
imagePullPolicy: Always
- env:
- - name: TRACING_ENABLED
- value: "true"
- - name: TRACING_DIAG_ENABLED
- value: "false"
- - name: TRACING_DIAG_VERBOSE
- value: "true"
- - name: TRACING_TRACE_URL
- value: http://tempo.monitoring.svc.cluster.local:4318/v1/traces
- - name: TRACING_METRIC_URL
- value: http://tempo.monitoring.svc.cluster.local:4318/v1/metrics
+ # env:
+ # - name: TRACING_ENABLED
+ # value: "true"
+ # - name: TRACING_DIAG_ENABLED
+ # value: "false"
+ # - name: TRACING_DIAG_VERBOSE
+ # value: "true"
+ # - name: TRACING_TRACE_URL
+ # value: http://tempo.monitoring.svc.cluster.local:4318/v1/traces
+ # - name: TRACING_METRIC_URL
+ # value: http://tempo.monitoring.svc.cluster.local:4318/v1/metrics
command: ["./mjolnir-entrypoint.sh"]
args: ["appservice", "-c", "/data/config/config.appservice.yaml", "-f", "/data/config/draupnir-registration.yaml",
"--draupnir-config", "/data/config/draupnir-config.yaml", "-p", "9000"]