From 94ea1b0af09aa6b7154b9fe888ebd7bb526a1f48 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Fri, 28 Feb 2025 07:43:10 +0000 Subject: [PATCH] Added tmp volume Signed-off-by: Marcus Noble --- manifests/matrix_chart/matrix_chart.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifests/matrix_chart/matrix_chart.yaml b/manifests/matrix_chart/matrix_chart.yaml index e237e08..7213366 100644 --- a/manifests/matrix_chart/matrix_chart.yaml +++ b/manifests/matrix_chart/matrix_chart.yaml @@ -388,6 +388,8 @@ spec: - mountPath: /var/run/pid name: ephemeral subPath: pid + - mountPath: /tmp + name: tmp readinessProbe: httpGet: path: / @@ -412,6 +414,8 @@ spec: name: matrix-riot-config - name: ephemeral emptyDir: {} + - name: tmp + emptyDir: {} --- # Source: matrix/templates/synapse/deployment.yaml apiVersion: apps/v1