Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cloud-native
lab-rest
Commits
3cfb4876
Commit
3cfb4876
authored
Mar 01, 2021
by
Nane Kratzke
Browse files
Deploy
parent
574275b9
Pipeline
#29466
passed with stages
in 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
deploy/api-dep.yaml
View file @
3cfb4876
...
...
@@ -16,5 +16,3 @@ spec:
containers
:
-
name
:
api
image
:
{{
CI_REGISTRY_IMAGE
}}
/api:latest
# ports:
# - containerPort: 5000
deploy/api-svc.yaml
View file @
3cfb4876
...
...
@@ -5,6 +5,6 @@ metadata:
spec
:
selector
:
app
:
api
#
ports:
#
- port: 5000
#
targetPort: 5000
ports
:
-
port
:
5000
targetPort
:
5000
Write
Preview
Supports
Markdown
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