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
2c558001
Commit
2c558001
authored
May 17, 2021
by
earndt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[AFP-Inf]
👷
Modifies deployment.yaml [
@earndt
]
parent
34ba0b58
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
deployment.yaml
deployment.yaml
+3
-3
application.properties
src/main/resources/application.properties
+1
-1
No files found.
deployment.yaml
View file @
2c558001
...
@@ -14,13 +14,13 @@ spec:
...
@@ -14,13 +14,13 @@ spec:
spec
:
spec
:
containers
:
containers
:
-
name
:
afp-order-management-backend-container
-
name
:
afp-order-management-backend-container
image
:
nexus.mynisum.com/afp-order-management-backend:
7
image
:
nexus.mynisum.com/afp-order-management-backend:
3
imagePullPolicy
:
Always
imagePullPolicy
:
Always
ports
:
ports
:
-
containerPort
:
8086
-
containerPort
:
8086
env
:
env
:
-
name
:
PORT
-
name
:
PORT
value
:
"
808
0
"
value
:
"
808
4
"
-
name
:
MONGOCONNECTION
-
name
:
MONGOCONNECTION
valueFrom
:
valueFrom
:
secretKeyRef
:
secretKeyRef
:
...
@@ -38,6 +38,6 @@ spec:
...
@@ -38,6 +38,6 @@ spec:
type
:
LoadBalancer
type
:
LoadBalancer
ports
:
ports
:
-
port
:
8086
-
port
:
8086
targetPort
:
808
0
targetPort
:
808
4
selector
:
selector
:
app
:
afp-order-management-backend
app
:
afp-order-management-backend
\ No newline at end of file
src/main/resources/application.properties
View file @
2c558001
spring.data.mongodb.uri
=
${MONGOCONNECTION}
spring.data.mongodb.uri
=
${MONGOCONNECTION}
spring.data.mongodb.database
=
order
_
management
spring.data.mongodb.database
=
order
-
management
kafka.producer.bootstrap-servers
=
10.0.150.130:9091
kafka.producer.bootstrap-servers
=
10.0.150.130:9091
kafka.producer.acks
=
all
kafka.producer.acks
=
all
...
...
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