cluster

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

commit de8c79aaf20eb0dbc42253e62d885c10b38bc93c
parent ad1a59c2997f8444506db4cb2ae1134a20fcc9ea
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Mon, 23 Jun 2025 19:01:00 +0200

Setup connectivity tester

Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>

Diffstat:
Mapps/base/matrix/connectivity-tester/deployment.yaml | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/apps/base/matrix/connectivity-tester/deployment.yaml b/apps/base/matrix/connectivity-tester/deployment.yaml @@ -81,6 +81,8 @@ spec: name: nginx-cache-fastcgi - mountPath: /var/cache/nginx/uwsgi_temp name: nginx-cache-uwsgi + - mountPath: /var/cache/nginx/scgi_temp + name: nginx-cache-scgi livenessProbe: httpGet: path: / @@ -114,3 +116,6 @@ spec: - name: nginx-cache-uwsgi emptyDir: sizeLimit: 2048Mi + - name: nginx-cache-scgi + emptyDir: + sizeLimit: 2048Mi