|
|
@ -104,8 +104,16 @@ spec: |
|
|
volumeMounts: |
|
|
volumeMounts: |
|
|
- mountPath: /app/reymota/mediafiles |
|
|
- mountPath: /app/reymota/mediafiles |
|
|
name: reymota-media |
|
|
name: reymota-media |
|
|
|
|
|
|
|
|
|
|
|
- mountPath: /app/reymota/lyrics/migrations |
|
|
|
|
|
name: reymota-lyrics-migrations |
|
|
- mountPath: /app/reymota/repostajes/migrations |
|
|
- mountPath: /app/reymota/repostajes/migrations |
|
|
name: reymota-migrations |
|
|
|
|
|
|
|
|
name: reymota-repostajes-migrations |
|
|
|
|
|
- mountPath: /app/reymota/libros/migrations |
|
|
|
|
|
name: reymota-libros-migrations |
|
|
|
|
|
- mountPath: /app/reymota/reymotausers/migrations |
|
|
|
|
|
name: reymota-reymotausers-migrations |
|
|
|
|
|
|
|
|
- mountPath: /app/reymota/staticfiles |
|
|
- mountPath: /app/reymota/staticfiles |
|
|
name: static-volume |
|
|
name: static-volume |
|
|
imagePullSecrets: |
|
|
imagePullSecrets: |
|
|
@ -115,9 +123,18 @@ spec: |
|
|
- name: reymota-media |
|
|
- name: reymota-media |
|
|
persistentVolumeClaim: |
|
|
persistentVolumeClaim: |
|
|
claimName: reymota-media |
|
|
claimName: reymota-media |
|
|
- name: reymota-migrations |
|
|
|
|
|
|
|
|
- name: reymota-lyrics-migrations |
|
|
persistentVolumeClaim: |
|
|
persistentVolumeClaim: |
|
|
claimName: reymota-migrations |
|
|
|
|
|
|
|
|
claimName: reymota-lyrics-migrations |
|
|
|
|
|
- name: reymota-repostajes-migrations |
|
|
|
|
|
persistentVolumeClaim: |
|
|
|
|
|
claimName: reymota-repostajes-migrations |
|
|
|
|
|
- name: reymota-libros-migrations |
|
|
|
|
|
persistentVolumeClaim: |
|
|
|
|
|
claimName: reymota-libros-migrations |
|
|
|
|
|
- name: reymota-reymotausers-migrations |
|
|
|
|
|
persistentVolumeClaim: |
|
|
|
|
|
claimName: reymota-reymotausers-migrations |
|
|
- name: static-volume |
|
|
- name: static-volume |
|
|
persistentVolumeClaim: |
|
|
persistentVolumeClaim: |
|
|
claimName: static-volume |
|
|
claimName: static-volume |
|
|
|