cluster

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

commit f9e90af517c7e24ffaa1431fadae4bc4e5d11c9e
parent 2aae64360bceb4d54b5fb0fccb77049a115982ac
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 25 Sep 2024 17:15:27 +0200

Fix deployment

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

diff --git a/apps/base/matrix/mas/mas_deployment.yaml b/apps/base/matrix/mas/mas_deployment.yaml @@ -18,7 +18,7 @@ spec: # Syn2Mas image image: ghcr.io/element-hq/matrix-authentication-service/syn2mas:latest # Normal image - image: ghcr.io/element-hq/matrix-authentication-service:latest + #image: ghcr.io/element-hq/matrix-authentication-service:latest imagePullPolicy: Always # Sleep mode command: [ "/bin/bash", "-c", "--" ]