Skip to content

Commit 4f54d01

Browse files
authored
Merge branch 'main' into renovate/matrix-authentication-service-1.x
2 parents faebb0f + a8902db commit 4f54d01

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

charts/matrix/templates/element/deployment.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ spec:
5757
- mountPath: /var/run/pid
5858
name: ephemeral
5959
subPath: pid
60+
- mountPath: /tmp
61+
name: ephemeral-tmp
6062
readinessProbe:
6163
httpGet:
6264
path: /
@@ -95,4 +97,7 @@ spec:
9597
# ephemeral cache, PID file, and any other temporary files nginx needs access to
9698
- name: ephemeral
9799
emptyDir: {}
100+
# ephemeral cache, for /tmp
101+
- name: ephemeral-tmp
102+
emptyDir: {}
98103
{{- end }}

0 commit comments

Comments
 (0)