cluster

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

commit 5014859e8e29e70b83fe2833c0be57ee4e8ffdd4
parent 57760d8bdb529fe692e939404c1363c72d2fb054
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue, 14 May 2024 18:56:09 +0200

Make sure upgrades work

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

diff --git a/apps/base/matrix/draupnir-synapse/release.yaml b/apps/base/matrix/draupnir-synapse/release.yaml @@ -60,6 +60,8 @@ spec: enabled: true workers: default: + strategy: + type: Recreate volumeMounts: - name: configs mountPath: /data @@ -152,6 +154,8 @@ spec: listeners: - replication synapse: + strategy: + type: Recreate extraVolumeMounts: - name: configs mountPath: /data