Commit 2c558001 authored by earndt's avatar earndt

[AFP-Inf] 👷 Modifies deployment.yaml [@earndt]

parent 34ba0b58
......@@ -14,13 +14,13 @@ spec:
spec:
containers:
- 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
ports:
- containerPort: 8086
env:
- name: PORT
value: "8080"
value: "8084"
- name: MONGOCONNECTION
valueFrom:
secretKeyRef:
......@@ -38,6 +38,6 @@ spec:
type: LoadBalancer
ports:
- port: 8086
targetPort: 8080
targetPort: 8084
selector:
app: afp-order-management-backend
\ No newline at end of file
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.acks=all
......
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