cluster

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

commit 153768bfdb88fa0b808f64887407e0ef843ec894
parent be944815445301a1b836f5a59e67f9393de8a34c
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 24 Jul 2024 10:15:02 +0200

Fix install

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

diff --git a/apps/base/matrix/synapse/release.yaml b/apps/base/matrix/synapse/release.yaml @@ -16,15 +16,6 @@ spec: remediation: retries: 3 values: - extraVolumes: - - name: matrix-org-blocker - emptyDir: {} - extraVolumeMounts: - - name: matrix-org-blocker - mountPath: /usr/local/lib/python3.11/site-packages/matrix_invitee_server_blocker - extraCommands: - - 'apt-get update -yqq && apt-get install git -yqq' - - pip3 install git+https://codeberg.org/MTRNord/matrix-invitee-server-blocker.git signingkey: job: enabled: false @@ -233,7 +224,15 @@ spec: httpGet: path: /health port: http - extraCommands: [] + extraVolumes: + - name: matrix-org-blocker + emptyDir: {} + extraVolumeMounts: + - name: matrix-org-blocker + mountPath: /usr/local/lib/python3.11/site-packages/matrix_invitee_server_blocker + extraCommands: + - 'apt-get update -yqq && apt-get install git -yqq' + - pip3 install git+https://codeberg.org/MTRNord/matrix-invitee-server-blocker.git annotations: prometheus.io/scrape: "true" prometheus.io/path: /_synapse/metrics