Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
build-several-image-and-compose
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
OKD
build-several-image-and-compose
Commits
2479a21d
Commit
2479a21d
authored
Oct 26, 2020
by
Yori Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
manifest.yaml
manifest.yaml
+4
-4
proc1/busybox.py
proc1/busybox.py
+1
-0
proc2/busybox.py
proc2/busybox.py
+1
-0
No files found.
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