commit dadbe5bcdb7ae04b6801529c57106713e022fc43
parent 7ef63fb687e0975ea7be5bf4f8b244a5ecf3502e
Author: MTRNord <MTRNord@users.noreply.github.com>
Date: Mon, 23 Jun 2025 18:52:32 +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
@@ -75,6 +75,8 @@ spec:
name: tmp
- mountPath: /var/cache/nginx/client_temp
name: nginx-cache
+ - mountPath: /var/cache/nginx/proxy_temp
+ name: nginx-cache-proxy
livenessProbe:
httpGet:
path: /
@@ -99,3 +101,6 @@ spec:
- name: nginx-cache
emptyDir:
sizeLimit: 2048Mi
+ - name: nginx-cache-proxy
+ emptyDir:
+ sizeLimit: 2048Mi