Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OKD
build-several-image-and-compose
Commits
2479a21d
Commit
2479a21d
authored
Oct 26, 2020
by
Yori Fournier
Browse files
corrected name of the image
parent
add9e620
Pipeline
#1925
passed with stages
in 7 minutes and 28 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
manifest.yaml
View file @
2479a21d
...
...
@@ -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
proc1/busybox.py
View file @
2479a21d
from
time
import
sleep
import
pyvo
as
vo
import
sunpy
as
sp
...
...
proc2/busybox.py
View file @
2479a21d
from
time
import
sleep
import
pyvo
as
vo
import
sunpy
as
sp
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment