Added tmp volume

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2025-02-28 07:43:10 +00:00
parent 45453891f4
commit 94ea1b0af0

View File

@@ -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