commit 7ef63fb687e0975ea7be5bf4f8b244a5ecf3502e parent f053b447a8cd97442bb5bae2ed4b01b9af71e52f Author: MTRNord <MTRNord@users.noreply.github.com> Date: Mon, 23 Jun 2025 18:45:44 +0200 Setup connectivity tester Signed-off-by: MTRNord <MTRNord@users.noreply.github.com> Diffstat:
| M | apps/base/matrix/connectivity-tester/deployment.yaml | | | 7 | ++----- |
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/apps/base/matrix/connectivity-tester/deployment.yaml b/apps/base/matrix/connectivity-tester/deployment.yaml @@ -36,11 +36,6 @@ spec: - containerPort: 8080 name: api protocol: TCP - volumeMounts: - - mountPath: /tmp - name: tmp - - mountPath: /var/cache/nginx/client_temp - name: nginx-cache #livenessProbe: # httpGet: # path: /healthz @@ -78,6 +73,8 @@ spec: readOnly: true - mountPath: /tmp name: tmp + - mountPath: /var/cache/nginx/client_temp + name: nginx-cache livenessProbe: httpGet: path: /