Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
promotions-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
promotions-service
Commits
b1702a0e
Commit
b1702a0e
authored
May 17, 2021
by
Ben Anderson
Browse files
Options
Browse Files
Download
Plain Diff
Resolved merge conflicts and updated deployment file
parents
fbd532be
40d6b69a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
deployment.yaml
deployment.yaml
+3
-3
application.properties
src/main/resources/application.properties
+1
-3
No files found.
deployment.yaml
View file @
b1702a0e
...
@@ -14,13 +14,13 @@ spec:
...
@@ -14,13 +14,13 @@ spec:
spec
:
spec
:
containers
:
containers
:
-
name
:
afp-promotions-container
-
name
:
afp-promotions-container
image
:
nexus.mynisum.com/afp-promotions:
6
image
:
nexus.mynisum.com/afp-promotions:
7
imagePullPolicy
:
Always
imagePullPolicy
:
Always
ports
:
ports
:
-
containerPort
:
8082
-
containerPort
:
8082
env
:
env
:
-
name
:
PORT
-
name
:
PORT
value
:
"
808
0
"
value
:
"
808
2
"
-
name
:
MONGOCONNECTION
-
name
:
MONGOCONNECTION
valueFrom
:
valueFrom
:
secretKeyRef
:
secretKeyRef
:
...
@@ -37,6 +37,6 @@ spec:
...
@@ -37,6 +37,6 @@ spec:
type
:
LoadBalancer
type
:
LoadBalancer
ports
:
ports
:
-
port
:
8082
-
port
:
8082
targetPort
:
808
0
targetPort
:
808
2
selector
:
selector
:
app
:
afp-promotions
app
:
afp-promotions
\ No newline at end of file
src/main/resources/application.properties
View file @
b1702a0e
server.port
=
8082
server.port
=
8080
spring.data.mongodb.uri
=
${MONGOCONNECTION}
spring.data.mongodb.uri
=
${MONGOCONNECTION}
spring.data.mongodb.database
=
products-promotions-DB
\ 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