Commit f2adefdf authored by Christopher Cottier's avatar Christopher Cottier

change frontend port number to 80 for default http mapping

parent cf5115ee
......@@ -14,10 +14,10 @@ spec:
spec:
containers:
- name: afp-ecomm-ui-container
image: nexus.mynisum.com/afp-ecomm-ui:6
image: nexus.mynisum.com/afp-ecomm-ui:7
imagePullPolicy: Always
ports:
- containerPort: 8085
- containerPort: 80
imagePullSecrets:
- name: registry-creds
......@@ -29,7 +29,7 @@ metadata:
spec:
type: LoadBalancer
ports:
- port: 8085
- port: 80
targetPort: 80
selector:
app: afp-ecomm-ui
\ 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