cluster

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

commit 8bca2d4a7984200c7ee8392846059e9d328df76e
parent 8e15bdd032021679bc95278980de396e0cdb1f7c
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue, 27 Jun 2023 14:09:44 +0200

Fix typo

Diffstat:
Mapps/production/synapse-draupnir.yaml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/production/synapse-draupnir.yaml b/apps/production/synapse-draupnir.yaml @@ -44,11 +44,11 @@ spec: traefik.ingress.kubernetes.io/router.middlewares: default-hsts@kubernetescrd,default-compress@kubernetescrd,default-redirect-https@kubernetescrd workers: default: - extraVolumeMounts: + volumeMounts: - name: configs mountPath: "/data" readOnly: true - extraVolumes: + volumes: - name: configs secret: secretName: draupnir-appservice