cluster

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

commit 162fa050241d0f255c94813e5a99d03dc9a1f27d
parent cce174611580f224a53f1ad9ba2ddb50449b6281
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 25 Sep 2024 17:31:59 +0200

Fix synapse config

Diffstat:
Mapps/base/matrix/mas/mas_deployment.yaml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/base/matrix/mas/mas_deployment.yaml b/apps/base/matrix/mas/mas_deployment.yaml @@ -20,7 +20,7 @@ spec: # Normal image #image: ghcr.io/element-hq/matrix-authentication-service:latest imagePullPolicy: Always - args: [ "--command=advisor", "--synapseConfigFile=/synapse.yaml" ] + args: [ "--command=advisor", "--synapseConfigFile=/synapse_config/homeserver.yaml" ] # Normal mode #args: [ "server" ] ports: @@ -32,7 +32,7 @@ spec: mountPath: /config.yaml subPath: config - name: synapse-config - mountPath: /synapse.yaml + mountPath: /synapse_config livenessProbe: httpGet: path: /health