Browse Source

Namespace bien y puerto correcto

Celestino Rey 6 tháng trước cách đây
mục cha
commit
e86a20b480
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      K8S/Makefile
  2. 1 1
      K8S/reymota-deployment.yaml

+ 1 - 1
K8S/Makefile

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

+ 1 - 1
K8S/reymota-deployment.yaml

@@ -8,7 +8,7 @@ spec:
   ports:
     - name: "8080"
       port: 8080
-      nodePort: 30350
+      nodePort: 30347
       targetPort: 8080
   selector:
     app: reymota