Browse Source

Corrigo path a staticfiles

politica
Celestino Rey 1 year ago
parent
commit
19f74ddbff
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      JugarAlPadel/K8S/nginx-deployment.yaml

+ 2
- 2
JugarAlPadel/K8S/nginx-deployment.yaml View File

@ -30,9 +30,9 @@ spec:
- containerPort: 80
protocol: TCP
volumeMounts:
- mountPath: /app/jugaralpadel/staticfiles
- mountPath: /app/gestion_reservas/staticfiles
name: static-volume
- mountPath: /app/jugaralpadel/mediafiles
- mountPath: /app/gestion_reservas/mediafiles
name: jugaralpadel-media
imagePullSecrets:
- name: myregistrykey


Loading…
Cancel
Save