Skip to content

Commit 44f38b1

Browse files
Sheikah45Brutus5000
authored andcommitted
remove replays-old mount to nginx
1 parent 48d9604 commit 44f38b1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

apps/faf-content/templates/deployment.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ spec:
3030
- name: faf-replays-pvc
3131
mountPath: /data/replays
3232
readOnly: true
33-
- name: faf-replays-old-pvc
34-
mountPath: /data/replays-old
3533
- name: faf-maps-pvc
3634
mountPath: /data/maps
3735
readOnly: true
@@ -68,9 +66,6 @@ spec:
6866
persistentVolumeClaim:
6967
claimName: faf-replays-pvc
7068
readOnly: true
71-
- name: faf-replays-old-pvc
72-
persistentVolumeClaim:
73-
claimName: faf-replays-old-pvc
7469
- name: faf-maps-pvc
7570
persistentVolumeClaim:
7671
claimName: faf-maps-pvc

0 commit comments

Comments
 (0)