|
|
@@ -95,6 +95,9 @@ spec:
|
|
|
- mountPath: /app/reymotausers/migrations
|
|
|
name: jugaralpadel-reymotausers-migrations
|
|
|
|
|
|
+ - mountPath: /app/accounts/migrations
|
|
|
+ name: jugaralpadel-accounts-migrations
|
|
|
+
|
|
|
- mountPath: /app/staticfiles
|
|
|
name: static-volume
|
|
|
imagePullSecrets:
|
|
|
@@ -117,6 +120,10 @@ spec:
|
|
|
persistentVolumeClaim:
|
|
|
claimName: jugaralpadel-reymotausers-migrations
|
|
|
|
|
|
+ - name: jugaralpadel-accounts-migrations
|
|
|
+ persistentVolumeClaim:
|
|
|
+ claimName: jugaralpadel-accounts-migrations
|
|
|
+
|
|
|
- name: static-volume
|
|
|
persistentVolumeClaim:
|
|
|
claimName: static-volume
|