Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
warehouse-management
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
warehouse-management
Commits
3dbc7cf4
Commit
3dbc7cf4
authored
May 18, 2021
by
Alex Pinto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated env variables
parent
45dcdb62
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
deployment.yaml
deployment.yaml
+4
-2
application.properties
src/main/resources/application.properties
+2
-6
No files found.
deployment.yaml
View file @
3dbc7cf4
...
...
@@ -14,13 +14,15 @@ spec:
spec
:
containers
:
-
name
:
afp-warehouse-container
image
:
nexus.mynisum.com/afp-warehouse-backend:1
3
image
:
nexus.mynisum.com/afp-warehouse-backend:1
4
imagePullPolicy
:
Always
ports
:
-
containerPort
:
8088
env
:
-
name
:
PORT
value
:
"
8080"
value
:
"
8084"
-
name
:
KAFKA_SERVER_URI
value
:
"
10.0.14.207:9092"
-
name
:
MONGOCONNECTION
valueFrom
:
secretKeyRef
:
...
...
src/main/resources/application.properties
View file @
3dbc7cf4
spring.data.mongodb.uri
=
mongodb://afp-final-project-database:ZAHb4S4arnUGiyyFeOALt49qjyDuEGuh7U2j7R2Av4asZJ9tc7mAl89YxO0vsZHQiC6GQ3iGUt1Tl1NLH2j42Q==@afp-final-project-database.mongo.cosmos.azure.com:10255/?ssl=true&replicaSet=globaldb&retrywrites=false&maxIdleTimeMS=120000&appName=@afp-final-project-database@
spring.data.mongodb.uri
=
${MONGOCONNECTION}
spring.data.mongodb.database
=
afp-warehouse-db
kafka.producer.bootstrap-servers
:
10.0.14.207:9092
kafka.producer.bootstrap-servers
=
${KAFKA_SERVER_URI}
kafka.producer.acks
:
all
kafka.consumer.group-id
:
WAREHOUSE_MANAGEMENT
kafka.topic.input
:
OMS_ORDER_UPDATE
#kafka.topic.input: OMS_ORDER_UPDATE
#
#advertised.listeners=PLAINTEXT://10.0.14.207:9092
#listeners=PLAINTEXT://0.0.0.0:9092
server.port
=
8080
\ 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