Remove old PV

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2023-04-13 18:44:35 +01:00
parent 46206ea637
commit d8f0aedf50
2 changed files with 0 additions and 56 deletions

View File

@@ -457,19 +457,6 @@ spec:
- name: signing-key
mountPath: /data/keys
containers:
- name: copy-media
image: "bash"
imagePullPolicy: IfNotPresent
command:
- bash
- -c
- |
sleep 9999
volumeMounts:
- name: media-store
mountPath: /data/old
- name: user-media
mountPath: /data/new
- name: "synapse"
image: "matrixdotorg/synapse:v1.71.0"
imagePullPolicy: IfNotPresent
@@ -548,9 +535,6 @@ spec:
- name: signing-key
persistentVolumeClaim:
claimName: chat-matrix-signing-key
- name: media-store
persistentVolumeClaim:
claimName: chat-matrix-media-store
- name: user-media
persistentVolumeClaim:
claimName: chat-matrix-user-media