commit ab560b6c6d7e265ab2315b89eea44da92bbc99d5
parent dadbe5bcdb7ae04b6801529c57106713e022fc43
Author: MTRNord <MTRNord@users.noreply.github.com>
Date: Mon, 23 Jun 2025 18:55:48 +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
@@ -77,6 +77,8 @@ spec:
name: nginx-cache
- mountPath: /var/cache/nginx/proxy_temp
name: nginx-cache-proxy
+ - mountPath: /var/cache/nginx/fastcgi_temp
+ name: nginx-cache-fastcgi
livenessProbe:
httpGet:
path: /
@@ -104,3 +106,6 @@ spec:
- name: nginx-cache-proxy
emptyDir:
sizeLimit: 2048Mi
+ - name: nginx-cache-fastcgi
+ emptyDir:
+ sizeLimit: 2048Mi