Commit fe29baa9 authored by Alex Pinto's avatar Alex Pinto

putting port back to 8088

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