Commit fe29baa9 authored by Alex Pinto's avatar Alex Pinto

putting port back to 8088

parent 991a0bdf
......@@ -14,10 +14,10 @@ spec:
spec:
containers:
- name: afp-warehouse-container
image: nexus.mynisum.com/afp-warehouse-backend:15
image: nexus.mynisum.com/afp-warehouse-backend:16
imagePullPolicy: Always
ports:
- containerPort: 9088
- containerPort: 8088
env:
- name: PORT
value: "8084"
......@@ -38,7 +38,7 @@ metadata:
spec:
type: LoadBalancer
ports:
- port: 9088
- port: 8088
targetPort: 8080
selector:
app: afp-warehouse
\ 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