Browse Source

Muevo ficheros de docker a servicios

politica
Celestino Rey 1 year ago
parent
commit
55e853182e
6 changed files with 2 additions and 2 deletions
  1. +1
    -1
      ReymotaPy/K8S/reymotapy-deployment.yaml
  2. +0
    -0
      ReymotaPy/servicios/Dockerfile
  3. +1
    -1
      ReymotaPy/servicios/creaImagen.sh
  4. +0
    -0
      ReymotaPy/servicios/entrypoint.sh
  5. +0
    -0
      ReymotaPy/servicios/requirements.txt
  6. +0
    -0
      ReymotaPy/servicios/verImg.sh

+ 1
- 1
ReymotaPy/K8S/reymotapy-deployment.yaml View File

@ -7,7 +7,7 @@ spec:
ports: ports:
- name: http - name: http
port: 5000 port: 5000
nodePort: 30338
nodePort: 30339
targetPort: reymotapy targetPort: reymotapy
selector: selector:
app: reymotapy app: reymotapy


ReymotaPy/servicios/reymotapy/Dockerfile → ReymotaPy/servicios/Dockerfile View File


ReymotaPy/servicios/reymotapy/creaImagen.sh → ReymotaPy/servicios/creaImagen.sh View File

@ -1,3 +1,3 @@
docker build --no-cache -t creylopez/reymotapy:1.0 . docker build --no-cache -t creylopez/reymotapy:1.0 .
#docker push creylopez/lyrics:5.4
docker push creylopez/reymotapy:1.0

ReymotaPy/servicios/reymotapy/entrypoint.sh → ReymotaPy/servicios/entrypoint.sh View File


ReymotaPy/servicios/reymotapy/requirements.txt → ReymotaPy/servicios/requirements.txt View File


ReymotaPy/servicios/reymotapy/verImg.sh → ReymotaPy/servicios/verImg.sh View File


Loading…
Cancel
Save