|
|
@ -53,21 +53,35 @@ spec: |
|
|
configMapKeyRef: |
|
|
configMapKeyRef: |
|
|
key: DEBUG |
|
|
key: DEBUG |
|
|
name: env-prod |
|
|
name: env-prod |
|
|
|
|
|
- name: DATABASE |
|
|
|
|
|
valueFrom: |
|
|
|
|
|
configMapKeyRef: |
|
|
|
|
|
key: DATABASE |
|
|
|
|
|
name: env-prod |
|
|
|
|
|
- name: SQL_HOST |
|
|
|
|
|
valueFrom: |
|
|
|
|
|
configMapKeyRef: |
|
|
|
|
|
key: SQL_HOST |
|
|
|
|
|
name: env-prod |
|
|
|
|
|
- name: SQL_PORT |
|
|
|
|
|
valueFrom: |
|
|
|
|
|
configMapKeyRef: |
|
|
|
|
|
key: SQL_PORT |
|
|
|
|
|
name: env-prod |
|
|
ports: |
|
|
ports: |
|
|
- containerPort: 8000 |
|
|
- containerPort: 8000 |
|
|
protocol: TCP |
|
|
protocol: TCP |
|
|
volumeMounts: |
|
|
volumeMounts: |
|
|
- mountPath: /app/reymota/mediafiles |
|
|
|
|
|
|
|
|
- mountPath: /app/src/mediafiles |
|
|
name: reymota-media |
|
|
name: reymota-media |
|
|
|
|
|
|
|
|
- mountPath: /app/reymota/lyrics/migrations |
|
|
|
|
|
|
|
|
- mountPath: /app/src/lyrics/migrations |
|
|
name: reymota-lyrics-migrations |
|
|
name: reymota-lyrics-migrations |
|
|
- mountPath: /app/reymota/repostajes/migrations |
|
|
|
|
|
|
|
|
- mountPath: /app/src/repostajes/migrations |
|
|
name: reymota-repostajes-migrations |
|
|
name: reymota-repostajes-migrations |
|
|
- mountPath: /app/reymota/reymotausers/migrations |
|
|
|
|
|
|
|
|
- mountPath: /app/src/reymotausers/migrations |
|
|
name: reymota-reymotausers-migrations |
|
|
name: reymota-reymotausers-migrations |
|
|
|
|
|
|
|
|
- mountPath: /app/reymota/staticfiles |
|
|
|
|
|
|
|
|
- mountPath: /app/src/staticfiles |
|
|
name: static-volume |
|
|
name: static-volume |
|
|
imagePullSecrets: |
|
|
imagePullSecrets: |
|
|
- name: myregistrykey |
|
|
- name: myregistrykey |
|
|
|