Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
order-management-backend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ascend
order-management-backend
Commits
86f2e5f7
Commit
86f2e5f7
authored
May 12, 2021
by
earndt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[AFP-92]
👷
Adds deployment yaml for build pipeline [
@earndt
]
parent
5a288691
Pipeline
#1710
failed with stage
in 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
0 deletions
+37
-0
deployment.yaml
deployment.yaml
+37
-0
No files found.
deployment.yaml
0 → 100644
View file @
86f2e5f7
apiVersion
:
apps/v1
kind
:
Deployment
metadata
:
name
:
afp-order-management-backend-deployment
spec
:
replicas
:
2
selector
:
matchLabels
:
app
:
afp-order-management-backend
template
:
metadata
:
labels
:
app
:
afp-order-management-backend
spec
:
containers
:
-
name
:
afp-order-management-backend-container
image
:
nexus.mynisum.com/afp-order-management-backend:latest
imagePullPolicy
:
Always
ports
:
-
containerPort
:
8086
env
:
-
name
:
PORT
value
:
"
8080"
imagePullSecrets
:
-
name
:
registry-creds
---
apiVersion
:
v1
kind
:
Service
metadata
:
name
:
afp-order-management-backend-service
spec
:
type
:
LoadBalancer
ports
:
-
port
:
8086
targetPort
:
8086
selector
:
app
:
afp-order-management-backend
\ No newline at end of file
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