commit 8dc90b834ff844e428d5d61412aae3b1ece6169c parent de8c79aaf20eb0dbc42253e62d885c10b38bc93c Author: MTRNord <MTRNord@users.noreply.github.com> Date: Mon, 23 Jun 2025 19:03:44 +0200 Setup connectivity tester Signed-off-by: MTRNord <MTRNord@users.noreply.github.com> Diffstat:
| M | apps/base/matrix/connectivity-tester/deployment.yaml | | | 27 | +-------------------------- |
1 file changed, 1 insertion(+), 26 deletions(-)
diff --git a/apps/base/matrix/connectivity-tester/deployment.yaml b/apps/base/matrix/connectivity-tester/deployment.yaml @@ -61,7 +61,7 @@ spec: securityContext: runAsUser: 1000 runAsGroup: 1000 - readOnlyRootFilesystem: true + readOnlyRootFilesystem: false ports: - containerPort: 3000 name: web @@ -73,16 +73,6 @@ spec: readOnly: true - mountPath: /tmp name: tmp - - mountPath: /var/cache/nginx/client_temp - name: nginx-cache - - mountPath: /var/cache/nginx/proxy_temp - name: nginx-cache-proxy - - mountPath: /var/cache/nginx/fastcgi_temp - 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: / @@ -104,18 +94,3 @@ spec: - name: tmp emptyDir: sizeLimit: 2048Mi - - name: nginx-cache - emptyDir: - sizeLimit: 2048Mi - - name: nginx-cache-proxy - emptyDir: - sizeLimit: 2048Mi - - name: nginx-cache-fastcgi - emptyDir: - sizeLimit: 2048Mi - - name: nginx-cache-uwsgi - emptyDir: - sizeLimit: 2048Mi - - name: nginx-cache-scgi - emptyDir: - sizeLimit: 2048Mi