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
45dcdb62
Commit
45dcdb62
authored
May 18, 2021
by
Alex Pinto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing if we need advertized.listener
parent
8920f55a
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
+1
-1
application.properties
src/main/resources/application.properties
+3
-3
No files found.
deployment.yaml
View file @
45dcdb62
...
@@ -14,7 +14,7 @@ spec:
...
@@ -14,7 +14,7 @@ spec:
spec
:
spec
:
containers
:
containers
:
-
name
:
afp-warehouse-container
-
name
:
afp-warehouse-container
image
:
nexus.mynisum.com/afp-warehouse-backend:1
2
image
:
nexus.mynisum.com/afp-warehouse-backend:1
3
imagePullPolicy
:
Always
imagePullPolicy
:
Always
ports
:
ports
:
-
containerPort
:
8088
-
containerPort
:
8088
...
...
src/main/resources/application.properties
View file @
45dcdb62
...
@@ -7,9 +7,9 @@ kafka.producer.acks: all
...
@@ -7,9 +7,9 @@ kafka.producer.acks: all
kafka.consumer.group-id
:
WAREHOUSE_MANAGEMENT
kafka.consumer.group-id
:
WAREHOUSE_MANAGEMENT
kafka.topic.input
:
OMS_ORDER_UPDATE
kafka.topic.input
:
OMS_ORDER_UPDATE
#kafka.topic.input: OMS_ORDER_UPDATE
#kafka.topic.input: OMS_ORDER_UPDATE
#
advertised.listeners
=
PLAINTEXT://10.0.14.207:9092
#
advertised.listeners=PLAINTEXT://10.0.14.207:9092
listeners
=
PLAINTEXT://0.0.0.0:9092
#
listeners=PLAINTEXT://0.0.0.0:9092
server.port
=
8080
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