Commit 45dcdb62 authored by Alex Pinto's avatar Alex Pinto

testing if we need advertized.listener

parent 8920f55a
......@@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: afp-warehouse-container
image: nexus.mynisum.com/afp-warehouse-backend:12
image: nexus.mynisum.com/afp-warehouse-backend:13
imagePullPolicy: Always
ports:
- containerPort: 8088
......
......@@ -7,9 +7,9 @@ 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
#
#advertised.listeners=PLAINTEXT://10.0.14.207:9092
#listeners=PLAINTEXT://0.0.0.0:9092
server.port=8080
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment