Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
inventory-service
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
0
Merge Requests
0
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
inventory-service
Commits
3cf766db
Commit
3cf766db
authored
May 17, 2021
by
Ben Anderson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated deployment file
parent
f1483ac8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
deployment.yaml
deployment.yaml
+2
-3
application.properties
src/main/resources/application.properties
+1
-1
No files found.
deployment.yaml
View file @
3cf766db
...
...
@@ -6,7 +6,6 @@ spec:
replicas
:
2
selector
:
matchLabels
:
<<<<<<< HEAD
app
:
afp-prods
template
:
metadata
:
...
...
@@ -21,7 +20,7 @@ spec:
-
containerPort
:
8083
env
:
-
name
:
PORT
value
:
"
808
3
"
value
:
"
808
0
"
-
name
:
MONGOCONNECTION
valueFrom
:
secretKeyRef
:
...
...
@@ -38,6 +37,6 @@ spec:
type
:
LoadBalancer
ports
:
-
port
:
8083
targetPort
:
808
3
targetPort
:
808
0
selector
:
app
:
afp-prods
src/main/resources/application.properties
View file @
3cf766db
server.port
=
808
3
server.port
=
808
0
spring.data.mongodb.uri
=
${MONGOCONNECTION}
spring.data.mongodb.database
=
afp-db
...
...
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