Browse Source

Añade vehículos y repostajes

politica
Celestino Rey 1 year ago
parent
commit
acefb816c2
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      RepostajesDj/K8S/Makefile
  2. +1
    -1
      RepostajesDj/K8S/vehiculos-deployment.yaml

+ 1
- 1
RepostajesDj/K8S/Makefile View File

@ -1,5 +1,5 @@
export ARQUITECTURA := $(shell lscpu |grep itectur | tr -d ' '| cut -f2 -d':') export ARQUITECTURA := $(shell lscpu |grep itectur | tr -d ' '| cut -f2 -d':')
export IMG_VERSION = 0.9
export IMG_VERSION = 0.16
export IMG_NGINX_VERSION = 1.0 export IMG_NGINX_VERSION = 1.0
# limpia todo # limpia todo


+ 1
- 1
RepostajesDj/K8S/vehiculos-deployment.yaml View File

@ -104,7 +104,7 @@ spec:
volumeMounts: volumeMounts:
- mountPath: /app/vehiculos/mediafiles - mountPath: /app/vehiculos/mediafiles
name: vehiculos-media name: vehiculos-media
- mountPath: /app/repostajes/migrations
- mountPath: /app/vehiculos/repostajes/migrations
name: vehiculos-migrations name: vehiculos-migrations
- mountPath: /app/vehiculos/staticfiles - mountPath: /app/vehiculos/staticfiles
name: static-volume name: static-volume


Loading…
Cancel
Save