commit ad1a59c2997f8444506db4cb2ae1134a20fcc9ea
parent ab560b6c6d7e265ab2315b89eea44da92bbc99d5
Author: MTRNord <MTRNord@users.noreply.github.com>
Date: Mon, 23 Jun 2025 18:57:57 +0200
Setup connectivity tester
Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>
Diffstat:
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
@@ -79,6 +79,8 @@ spec:
name: nginx-cache-proxy
- mountPath: /var/cache/nginx/fastcgi_temp
name: nginx-cache-fastcgi
+ - mountPath: /var/cache/nginx/uwsgi_temp
+ name: nginx-cache-uwsgi
livenessProbe:
httpGet:
path: /
@@ -109,3 +111,6 @@ spec:
- name: nginx-cache-fastcgi
emptyDir:
sizeLimit: 2048Mi
+ - name: nginx-cache-uwsgi
+ emptyDir:
+ sizeLimit: 2048Mi