Commit 6530433e authored by earndt's avatar earndt

Kafka deployment test

parent 9942b7f9
...@@ -28,6 +28,7 @@ spec: ...@@ -28,6 +28,7 @@ spec:
key: spring.data.mongodb.uri key: spring.data.mongodb.uri
imagePullSecrets: imagePullSecrets:
- name: registry-creds - name: registry-creds
--- ---
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
...@@ -37,6 +38,10 @@ spec: ...@@ -37,6 +38,10 @@ spec:
type: LoadBalancer type: LoadBalancer
ports: ports:
- port: 8086 - port: 8086
<<<<<<< HEAD
targetPort: 8084 targetPort: 8084
=======
targetPort: 8080
>>>>>>> Kafka deployment test
selector: selector:
app: afp-order-management-backend app: afp-order-management-backend
\ 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