Browse Source

Arreglo en los detalles y otros

politica
Celestino Rey 1 year ago
parent
commit
4f1e2b9cac
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      RepostajesDj/K8S/Makefile
  2. +1
    -1
      RepostajesDj/K8S/namespace.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.16
export IMG_VERSION = 0.17
export IMG_NGINX_VERSION = 1.0 export IMG_NGINX_VERSION = 1.0
# limpia todo # limpia todo


+ 1
- 1
RepostajesDj/K8S/namespace.yaml View File

@ -1,5 +1,5 @@
################################################### ###################################################
# Namespace Libros
# Namespace Vehículos
################################################### ###################################################
apiVersion: v1 apiVersion: v1
kind: Namespace kind: Namespace


Loading…
Cancel
Save