volumeMounts: - mountPath: /app/lyrics/migrations name: reymota-lyrics-migrations - mountPath: /app/mediafiles name: reymota-media - mountPath: /app/repostajes/migrations name: reymota-repostajes-migrations - mountPath: /app/reymotausers/migrations name: reymota-reymotausers-migrations - mountPath: /app/staticfiles name: static-volume volumes: - name: reymota-lyrics-migrations persistentVolumeClaim: claimName: reymota-lyrics-migrations - name: reymota-media persistentVolumeClaim: claimName: reymota-media - name: reymota-repostajes-migrations persistentVolumeClaim: claimName: reymota-repostajes-migrations - name: reymota-reymotausers-migrations persistentVolumeClaim: claimName: reymota-reymotausers-migrations - name: static-volume persistentVolumeClaim: claimName: static-volume