|
|
@ -37,7 +37,8 @@ spec: |
|
|
- 0.0.0.0:5000 |
|
|
- 0.0.0.0:5000 |
|
|
- libros:create_app() |
|
|
- libros:create_app() |
|
|
name: librospy |
|
|
name: librospy |
|
|
image: creylopez/libros:$IMG_VERSION |
|
|
|
|
|
|
|
|
#image: creylopez/libros:$IMG_VERSION |
|
|
|
|
|
image: localhost:30342/libros:$IMG_VERSION |
|
|
env: |
|
|
env: |
|
|
- name: SALUDO_DEMO |
|
|
- name: SALUDO_DEMO |
|
|
value: "Hola, mundo" |
|
|
value: "Hola, mundo" |
|
|
@ -50,6 +51,8 @@ spec: |
|
|
name: librospy-instance |
|
|
name: librospy-instance |
|
|
- mountPath: /libros/migrations |
|
|
- mountPath: /libros/migrations |
|
|
name: librospy-migrations |
|
|
name: librospy-migrations |
|
|
|
|
|
imagePullSecrets: |
|
|
|
|
|
- name: myregistrykey |
|
|
restartPolicy: Always |
|
|
restartPolicy: Always |
|
|
volumes: |
|
|
volumes: |
|
|
- name: librospy-instance |
|
|
- name: librospy-instance |
|
|
|