You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

27 lines
1012 B

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