Added tmp volume
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
@@ -388,6 +388,8 @@ spec:
|
|||||||
- mountPath: /var/run/pid
|
- mountPath: /var/run/pid
|
||||||
name: ephemeral
|
name: ephemeral
|
||||||
subPath: pid
|
subPath: pid
|
||||||
|
- mountPath: /tmp
|
||||||
|
name: tmp
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
@@ -412,6 +414,8 @@ spec:
|
|||||||
name: matrix-riot-config
|
name: matrix-riot-config
|
||||||
- name: ephemeral
|
- name: ephemeral
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
|
- name: tmp
|
||||||
|
emptyDir: {}
|
||||||
---
|
---
|
||||||
# Source: matrix/templates/synapse/deployment.yaml
|
# Source: matrix/templates/synapse/deployment.yaml
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
|
Reference in New Issue
Block a user