Sfoglia il codice sorgente

Cambio namespace y coloco bien envFrom

Celestino Rey 6 mesi fa
parent
commit
2b983fc93e
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      K8S/Makefile
  2. 1 1
      K8S/finanzas-deployment.yaml

+ 1 - 1
K8S/Makefile

@@ -1,6 +1,6 @@
 export REGISTRY=registry.reymota.es
 export IMG_VERSION = alpine-17
-export NAMESPACE = fdev
+export NAMESPACE = finanzas
 
 # limpia todo
 all: imagen clean install

+ 1 - 1
K8S/finanzas-deployment.yaml

@@ -84,7 +84,7 @@ spec:
               key: SQL_PORT
               name: env-prod
         envFrom:
-          - secretRef:
+        - secretRef:
             name: postgres-secret
         ports:
         - containerPort: 8000