diff --git a/manifest.yaml b/manifest.yaml index c2c5be97160ce2a534f853086a6d9bf3dcbd96db..ba246b556392fee7b857e1385c798b236dffb440 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -16,9 +16,9 @@ spec: spec: containers: - name: proc1 - image: python-proc1:latest + image: docker-registry.default.svc:5000/build-several-image-and-compose-499/python-proc1:latest ports: - - containerPort: 8051 + - containerPort: 8051 --- apiVersion: apps/v1 kind: Deployment @@ -38,6 +38,6 @@ spec: spec: containers: - name: proc2 - image: python-proc2:latest + image: docker-registry.default.svc:5000/build-several-image-and-compose-499/python-proc2:latest ports: - - containerPort: 8052 + - containerPort: 8052 diff --git a/proc1/busybox.py b/proc1/busybox.py index 4a2ea4e60918de3d18593a98b46a029ed5c1179a..fd2dfaee8225ae5980553542dc07a2dce6681c2a 100644 --- a/proc1/busybox.py +++ b/proc1/busybox.py @@ -1,3 +1,4 @@ +from time import sleep import pyvo as vo import sunpy as sp diff --git a/proc2/busybox.py b/proc2/busybox.py index 4a2ea4e60918de3d18593a98b46a029ed5c1179a..fd2dfaee8225ae5980553542dc07a2dce6681c2a 100644 --- a/proc2/busybox.py +++ b/proc2/busybox.py @@ -1,3 +1,4 @@ +from time import sleep import pyvo as vo import sunpy as sp