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