Commit d2e1886e authored by Nikitha Moosapet's avatar Nikitha Moosapet

[nmoosapet]Updating the yaml docker image names in ecom web

parent 7e3a7c73
apiVersion: apps/v1
kind: Deployment
metadata:
name: afp-ecom-ui-deployment
name: afp-ecomm-ui-deployment
spec:
replicas: 2
selector:
matchLabels:
app: afp-ecom-ui
app: afp-ecomm-ui
template:
metadata:
labels:
app: afp-ecom-ui
app: afp-ecomm-ui
spec:
containers:
- name: afp-ecom-ui-container
image: nexus.mynisum.com/afp-ecom-ui:3
- name: afp-ecomm-ui-container
image: nexus.mynisum.com/afp-ecomm-ui:3
imagePullPolicy: Always
ports:
- containerPort: 8085
......@@ -25,11 +25,11 @@ spec:
apiVersion: v1
kind: Service
metadata:
name: afp-ecom-ui-service
name: afp-ecomm-ui-service
spec:
type: LoadBalancer
ports:
- port: 8085
targetPort: 80
selector:
app: afp-ecom-ui
\ No newline at end of file
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